Wrap mkws-widget-main.js to allow jQuery use.
authorJason Skomorowski <jason@indexdata.com>
Tue, 23 Sep 2014 09:20:29 +0000 (05:20 -0400)
committerJason Skomorowski <jason@indexdata.com>
Tue, 23 Sep 2014 09:20:29 +0000 (05:20 -0400)
src/mkws-widget-main.js

index fce4779..6731b1d 100644 (file)
@@ -1,3 +1,5 @@
+(function($) { // jQuery wrapper
+
 // Functions follow for promoting the regular widget object into
 // widgets of specific types. These could be moved into their own
 // source files.
@@ -386,3 +388,4 @@ mkws.registerWidgetType('MOTDContainer', function() {});
 mkws.registerWidgetType('Button', function() {});
 
 
+})(mkws.$); // jQuery wrapper