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

@@ -100,7 +100,7 @@ define([
},
});
App.on('before:start', function() {
App.on('before:start', function(App, options) {
App.registerBlockType('text', {
blockModel: Module.TextBlockModel,
blockView: Module.TextBlockView,