From 557aeb368deb630ab4dd70140a1425f8ba67c8fc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 7 Nov 2014 16:14:33 +0000 Subject: [PATCH] Do not bother assigning to output.queryWidth, as this value is never used. We recommend the use of CSS instead. See MKWS-330. --- src/mkws-widget-main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index fae978d..70c45e2 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -220,7 +220,6 @@ mkws.registerWidgetType('switch', function() { mkws.registerWidgetType('search', function() { var output = {}; output.team = this.team.name(); - output.queryWidth = this.config.query_width; var template = this.team.loadTemplate(this.config.template || "search"); this.node.html(template(output)); }); -- 1.7.10.4