From: Wolfram Schneider Date: Wed, 2 Jul 2014 13:00:33 +0000 (+0000) Subject: need to use mkws.$, not jQuery, part of mkws-226 X-Git-Tag: 1.0.0~458^2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=4766189949a86c8c2634a0e119968435c67eed2d;p=mkws-moved-to-github.git need to use mkws.$, not jQuery, part of mkws-226 this will fix the issue with the $.pazpar2() extention --- diff --git a/src/mkws-jquery.js b/src/mkws-jquery.js index 73bd406..4145652 100644 --- a/src/mkws-jquery.js +++ b/src/mkws-jquery.js @@ -144,5 +144,6 @@ function _mkws_jquery_plugin($) { }; -// enable before page load, so we could call it before mkws() runs -_mkws_jquery_plugin(jQuery); +// XXX: enable before page load, so we could call it before mkws() runs +_mkws_jquery_plugin(mkws.$); +