diff --git a/LICENSE b/LICENSE index cf0a968f3..35f60cbc2 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.7.33 - 2014-05-16 +* 4chan X - Version 1.7.33 - 2014-05-27 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 3c9f4666a..560bf5349 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.7.33 - 2014-05-16 +* 4chan X - Version 1.7.33 - 2014-05-27 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -8886,7 +8886,7 @@ i = links.length; while (i--) { link = links[i]; - Linkify.embedProcess(Linkify.makeLink(link, this)); + Linkify.embedProcess(Linkify.makeLink(link), this); } }, embedProcess: function() {}, diff --git a/builds/crx/script.js b/builds/crx/script.js index 08142d9c0..cc24716e7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.7.33 - 2014-05-16 +* 4chan X - Version 1.7.33 - 2014-05-27 * * Licensed under the MIT license. * https://github.com/ccd0/4chan-x/blob/master/LICENSE @@ -8902,7 +8902,7 @@ i = links.length; while (i--) { link = links[i]; - Linkify.embedProcess(Linkify.makeLink(link, this)); + Linkify.embedProcess(Linkify.makeLink(link), this); } }, embedProcess: function() {}, diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index f9a081b6f..c6a5754a0 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -73,7 +73,7 @@ Linkify = i = links.length while i-- link = links[i] - Linkify.embedProcess Linkify.makeLink link, @ + Linkify.embedProcess (Linkify.makeLink link), @ return embedProcess: -> return