Rename topic-bootstrap.css to topic.css
[mkws-moved-to-github.git] / 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