[fix] Add missing this-that reference.

This commit is contained in:
opi 2016-05-06 22:24:38 +02:00
parent ba08790a01
commit 56a1c87117

View file

@ -179,6 +179,8 @@
// Render view (cross-browser)
view: function (view, data, callback, enableSlide) {
c = this;
callback = typeof callback !== 'undefined' ? callback : function() {};
rendered = this.render('views/'+ view +'.ms', data);