Move comment.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:16:36 +0000 (17:16 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:16:36 +0000 (17:16 +0000)
src/mkws-widgets.js

index 4bf7ec7..4173301 100644 (file)
@@ -271,10 +271,10 @@ function promoteToNavi() {
 mkws.registerWidgetType('Navi', promoteToNavi);
 
 
+// It seems this and the Perpage widget doen't need to subscribe to
+// anything, since they produce events rather than consuming them.
+//
 function promoteToSort() {
-    // It seems this and the Perpage widget doen't need to
-    // subscribe to anything, since they produce events rather
-    // than consuming them.
     $(this.node).change(function () {
        this.team.set_sortOrder($(node).val());
        if (this.team.submitted()) {