From 2b30da9fcfc0994c6d479efd5d27091d42f410d3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Mar 2014 11:32:33 +0000 Subject: [PATCH] Whitespace. --- src/mkws-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index 104ac91..a389646 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -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(); -- 1.7.10.4