fix extra argument

This commit is contained in:
ccd0 2014-05-12 00:25:48 -07:00
parent af11ce9f3f
commit 4f1fbeaf84

View File

@ -63,7 +63,7 @@ Linkify =
i = links.length
while i--
link = links[i]
Linkify.embedProcess (Linkify.makeLink link, @), @
Linkify.embedProcess (Linkify.makeLink link), @
return
embedProcess: (link, post) ->