Rename editor's modules to be anonymous

This commit is contained in:
Tautvidas Sipavičius
2015-09-07 16:01:25 +03:00
parent 9c6955c8cf
commit 2aac4f2a70
46 changed files with 119 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
/**
* Text content block
*/
define('newsletter_editor/blocks/text', [
define([
'newsletter_editor/App',
'backbone',
'backbone.marionette',