Fix matchIndex on http

This commit is contained in:
Daniel Imms
2017-03-02 17:35:10 -08:00
parent b5483898da
commit 012051c1db
+1 -1
View File
@@ -54,7 +54,7 @@ export class Linkifier {
this._rows = rows;
this._rowTimeoutIds = [];
this._linkMatchers = [];
this.registerLinkMatcher(strictUrlRegex, null, 1);
this.registerLinkMatcher(strictUrlRegex, null, { matchIndex: 1 });
}
/**