mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Declare variable before using it
This commit is contained in:
parent
860d37912b
commit
04f4287091
@ -785,7 +785,7 @@ var et2_widget = Class.extend({
|
|||||||
this._template_application = this.getParent().getTemplateApp();
|
this._template_application = this.getParent().getTemplateApp();
|
||||||
return this._template_application;
|
return this._template_application;
|
||||||
}
|
}
|
||||||
app = egw.getAppName() == 'egroupware' ? 'phpgwapi' : egw.getAppName();
|
var app = egw.getAppName() == 'egroupware' ? 'phpgwapi' : egw.getAppName();
|
||||||
//console.warn("Unable to find template application, using %s", app);
|
//console.warn("Unable to find template application, using %s", app);
|
||||||
return app;
|
return app;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user