From f129a3f3ce152c0162d4261ceca81f5f52e1922e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Mar 2014 12:15:48 +0000 Subject: [PATCH] Remove do-nothing invocation wrapper. --- src/mkws-jquery.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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); -- 1.7.10.4