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('testAjax', [ 'mailpoet', 'ajax'], function(MailPoet) {
define(['mailpoet', 'ajax'], function(MailPoet) {
describe('Ajax submodule', function() {
it('has a version', function() {
expect(MailPoet.Ajax.version).to.be.a('number');