X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-ru.js;fp=examples%2Fhtdocs%2Fmkws-widget-ru.js;h=c358f8f84f8fa0cdccc6e24c3ea8e205a66a5952;hp=5185d0585183d290d6162c84050adcc37cca537d;hb=c302068454a4f0a77574eae189b582a01138e763;hpb=f6ba9fb4f750b6e3ddeabe4bba961c3f011a7d86 diff --git a/examples/htdocs/mkws-widget-ru.js b/examples/htdocs/mkws-widget-ru.js index 5185d05..c358f8f 100644 --- a/examples/htdocs/mkws-widget-ru.js +++ b/examples/htdocs/mkws-widget-ru.js @@ -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(); });