[queryeditor][xs]: remove unnecessary template variable.
This commit is contained in:
parent
97ff7c3ac0
commit
b19eb18cd3
@ -34,7 +34,6 @@ my.QueryEditor = Backbone.View.extend({
|
||||
},
|
||||
render: function() {
|
||||
var tmplData = this.model.toJSON();
|
||||
tmplData.to = this.model.get('from') + this.model.get('size');
|
||||
var templated = Mustache.render(this.template, tmplData);
|
||||
this.el.html(templated);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user