Whitespace.
authorMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 11:32:33 +0000 (11:32 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 11:32:33 +0000 (11:32 +0000)
src/mkws-widgets.js

index 104ac91..a389646 100644 (file)
@@ -271,7 +271,7 @@ mkws.registerWidgetType('Navi', function() {
 mkws.registerWidgetType('Sort', function() {
     var that = this;
 
-    $(this.node).change(function () {
+    $(this.node).change(function() {
        that.team.set_sortOrder($(that.node).val());
        if (that.team.submitted()) {
            that.team.resetPage();