Merge branch 'master' into 612_multiple_links_in_row

This commit is contained in:
Daniel Imms
2017-04-04 09:00:47 -07:00
committed by GitHub
+2 -2
View File
@@ -37,8 +37,8 @@ const HYPERTEXT_LINK_MATCHER_ID = 0;
export class Linkifier {
/**
* The time to wait after a row is changed before it is linkified. This prevents
* the costly operation of searching every row multiple times, pntentially a
* huge aount of times.
* the costly operation of searching every row multiple times, potentially a
* huge amount of times.
*/
protected static TIME_BEFORE_LINKIFY = 200;