projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc7917
)
Use mkws.$, not regular-ass $.
author
Mike Taylor
<mike@indexdata.com>
Thu, 2 Oct 2014 12:49:42 +0000
(13:49 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 2 Oct 2014 12:49:42 +0000
(13:49 +0100)
src/mkws-widget-record.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-record.js
b/src/mkws-widget-record.js
index
13d67c3
..
6623842
100644
(file)
--- 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();