Fix MKWS-363.
[mkws-moved-to-github.git] / src / mkws-widget-facets.js
index 520faca..fbf0e47 100644 (file)
@@ -73,7 +73,6 @@ mkws.registerWidgetType('facet', function() {
     that.node.html(template({
       name: name,
       caption: caption,
-      query: that.config.query,
       terms: terms
     }));
   });