Insert semicolons after all statements of the form
[mkws-moved-to-github.git] / src / mkws-widgets.js
index 104ac91..78e98cf 100644 (file)
@@ -20,7 +20,7 @@ function widget($, team, type, node) {
        fn.call(that);
        log("made " + type + " widget(node=" + node + ")");
     } else {
-       log("made UNENCAPSULATED widget(type=" + type + ", node=" + node + ")");
+       log("made UNPROMOTED widget(type=" + type + ", node=" + node + ")");
     }
 
     return that;
@@ -271,7 +271,7 @@ mkws.registerWidgetType('Navi', function() {
 mkws.registerWidgetType('Sort', function() {
     var that = this;
 
-    $(this.node).change(function () {
+    $(this.node).change(function() {
        that.team.set_sortOrder($(that.node).val());
        if (that.team.submitted()) {
            that.team.resetPage();