Add missing semicolon.
[mkws-moved-to-github.git] / src / mkws-widget.js
index a0a5795..f050e77 100644 (file)
@@ -24,7 +24,7 @@ function widget($, team, type, node) {
 
   that.value = function() {
     return node.value;
-  }
+  };
 
   for (var i = 0; i < node.attributes.length; i++) {
     var a = node.attributes[i];