[queryeditor][xs]: remove unnecessary template variable.

This commit is contained in:
Rufus Pollock 2012-07-08 12:55:02 +01:00
parent 97ff7c3ac0
commit b19eb18cd3

View File

@ -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);
}