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,4 +1,4 @@
define('newsletter_editor/components/config', [
define([
'newsletter_editor/App',
'backbone',
], function(EditorApplication, Backbone) {