Fix App activation calls, fix block insertion animations

This commit is contained in:
Tautvidas Sipavičius
2017-04-14 14:22:00 +03:00
parent 92b128039a
commit 592f11bd5f
13 changed files with 21 additions and 21 deletions

View File

@@ -387,7 +387,7 @@ define([
},
});
App.on('before:start', function() {
App.on('before:start', function(App, options) {
App.registerBlockType('container', {
blockModel: Module.ContainerBlockModel,
blockView: Module.ContainerBlockView,