Merge pull request #871 from mailpoet/editor_marionette

Upgrade Marionette version in newsletter editor [MAILPOET-892]
This commit is contained in:
stoletniy
2017-04-27 11:19:46 +03:00
committed by GitHub
31 changed files with 302 additions and 456 deletions

View File

@ -98,7 +98,7 @@ define([
});
};
App.on('start', function(options) {
App.on('start', function(App, options) {
// Prefetch post types
Module.getPostTypes();
});