Remove trailing whitespace.
[mkws-moved-to-github.git] / src / mkws-widget-builder.js
index e90e0ad..22f016d 100644 (file)
@@ -22,7 +22,7 @@ mkws.registerWidgetType('Builder', function() {
 });
 
 mkws.registerWidgetType('ConsoleBuilder', function() {
-  mkws.promotionFunction('Builder').call(this);    
+  mkws.promotionFunction('Builder').call(this);
   this.callback = function(s) {
     console.log("Generated widget: " + s);
   }