Better cleaning of beginnings of links.

This commit is contained in:
ccd0 2014-12-06 19:38:30 -08:00
parent 2fb6eb5f45
commit 5c327555d5

View File

@ -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