i18n FileSizeToast

// FREEBIE
This commit is contained in:
lilia 2015-12-25 20:38:16 -08:00
parent 4066223d72
commit 42f15011fa
4 changed files with 17 additions and 4 deletions

View file

@ -16,7 +16,10 @@
},
render: function() {
this.$el.html(Mustache.render(_.result(this, 'template', ''), this.model));
this.$el.html(Mustache.render(
_.result(this, 'template', ''),
_.result(this, 'render_attributes', '')
));
this.$el.show();
setTimeout(this.close.bind(this), 2000);
}