fix extra argument
This commit is contained in:
parent
af11ce9f3f
commit
4f1fbeaf84
@ -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) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user