Partially migrate newsletter editor to Marionette 3.x from 2.x
This commit is contained in:
@ -24,7 +24,7 @@ define([
|
||||
return Module._config;
|
||||
};
|
||||
|
||||
App.on('before:start', function(options) {
|
||||
App.on('before:start', function(App, options) {
|
||||
// Expose config methods globally
|
||||
App.getConfig = Module.getConfig;
|
||||
App.setConfig = Module.setConfig;
|
||||
|
Reference in New Issue
Block a user