Do not bother assigning to output.queryWidth, as this value is never used.
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index fae978d..70c45e2 100644 (file)
@@ -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));
 });