diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 52a21897a..ebd12b44c 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -103,8 +103,7 @@ Linkify = text = range.toString() # Clean start of range - i = 0 - i++ while /[(\[{<>]/.test text.charAt i + i = text.search Linkify.regString if i text = text.slice i