Fix no-shadow eslint rule in ES5 files
[MAILPOET-1144]
This commit is contained in:
@ -24,8 +24,8 @@ define([
|
||||
return Module._config;
|
||||
};
|
||||
|
||||
App.on('before:start', function (App, options) {
|
||||
var Application = App;
|
||||
App.on('before:start', function (BeforeStartApp, options) {
|
||||
var Application = BeforeStartApp;
|
||||
// Expose config methods globally
|
||||
Application.getConfig = Module.getConfig;
|
||||
Application.setConfig = Module.setConfig;
|
||||
|
Reference in New Issue
Block a user