Rename editor's modules to be anonymous
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user