All invocations of widget.autosearch(w) changed to w.autosearch()
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-ru.js
index 5185d05..c358f8f 100644 (file)
@@ -29,5 +29,5 @@ mkws.registerWidgetType('ReferenceUniverse', function() {
   this.team.queue("records").subscribe(function(data) {
     that.node.html(template(data));
   }); 
-  widget.autosearch(that);
+  that.autosearch();
 });