From: Mike Taylor Date: Thu, 27 Mar 2014 12:16:49 +0000 (+0000) Subject: Fix parameter name. X-Git-Tag: 1.0.0~1158 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=630349271f9f0805b5a9ce002b368514e2738dd2;p=mkws-moved-to-github.git Fix parameter name. --- diff --git a/src/mkws-jquery.js b/src/mkws-jquery.js index 6d98905..0756d54 100644 --- a/src/mkws-jquery.js +++ b/src/mkws-jquery.js @@ -145,4 +145,4 @@ function _mkws_jquery_plugin($) { // enable before page load, so we could call it before mkws() runs -_mkws_jquery_plugin(j); +_mkws_jquery_plugin(jQuery);