Remove trailing whitespace.
authorMike Taylor <mike@indexdata.com>
Thu, 8 May 2014 12:55:03 +0000 (13:55 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 8 May 2014 12:55:03 +0000 (13:55 +0100)
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);