From b0396a7cfd3346f8d0723a7aca397951f2ea9336 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Mar 2014 17:16:36 +0000 Subject: [PATCH] Move comment. --- src/mkws-widgets.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index 4bf7ec7..4173301 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -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()) { -- 1.7.10.4