From: Mike Taylor Date: Thu, 27 Mar 2014 12:15:48 +0000 (+0000) Subject: Remove do-nothing invocation wrapper. X-Git-Tag: 1.0.0~1159 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=f129a3f3ce152c0162d4261ceca81f5f52e1922e;p=mkws-moved-to-github.git Remove do-nothing invocation wrapper. --- diff --git a/src/mkws-jquery.js b/src/mkws-jquery.js index 6b4db5f..6d98905 100644 --- a/src/mkws-jquery.js +++ b/src/mkws-jquery.js @@ -144,7 +144,5 @@ function _mkws_jquery_plugin($) { }; -(function(j) { - // enable before page load, so we could call it before mkws() runs - _mkws_jquery_plugin(j); -})(jQuery); +// enable before page load, so we could call it before mkws() runs +_mkws_jquery_plugin(j);