Break some long lines.
[mkws-moved-to-github.git] / src / mkws-widgets.js
index 78e98cf..bc3499e 100644 (file)
@@ -13,7 +13,7 @@ function widget($, team, type, node) {
 
     that.toString = function() {
        return '[Widget ' + team.name() + ':' + type + ']';
-    }
+    };
 
     var fn = mkws.promotionFunction(type);
     if (fn) {