Remove trailing whitespace.
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index cf2c46f..980cde2 100644 (file)
@@ -234,7 +234,7 @@ mkws.registerWidgetType('Search', function() {
 
 
 mkws.registerWidgetType('SearchForm', function() {
-  var team = this.team;    
+  var team = this.team;
   $(this.node).submit(function() {
     var val = team.widget('Query').value();
     team.newSearch(val);