mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Add missing this-that reference.
This commit is contained in:
parent
ba08790a01
commit
56a1c87117
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue