X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-record.js;h=6623842b15f592d5cf4446978ea649df1d5cce1a;hb=2efff48c82f8fa48cb5e2fbcaf67213cc7488464;hp=13d67c37299f491acdfeac8fc3a8b864921426cf;hpb=6c46a50ba2658fb08aeb3cf12fa1b6558ca28057;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-record.js b/src/mkws-widget-record.js index 13d67c3..6623842 100644 --- a/src/mkws-widget-record.js +++ b/src/mkws-widget-record.js @@ -5,7 +5,7 @@ mkws.registerWidgetType('Record', function() { var team = this.team; team.queue("records").subscribe(function(data) { var template = team.loadTemplate(that.config.template || "Record"); - var targs = $.extend({}, data.hits[0], that.config.template_vars); + var targs = mkws.$.extend({}, data.hits[0], that.config.template_vars); that.node.html(template(targs)); }); that.autosearch();