Partially migrate newsletter editor to Marionette 3.x from 2.x
This commit is contained in:
@ -95,7 +95,7 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
App.on('start', function(options) {
|
||||
App.on('start', function(App, options) {
|
||||
// Prefetch post types
|
||||
Module.getPostTypes();
|
||||
});
|
||||
|
Reference in New Issue
Block a user