diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 180f98ed0..a7e816d15 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -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) ->