Do not use named AMD modules

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-19 15:57:38 +01:00
committed by M. Shull
parent 67baf7e4cf
commit 5a0d905bd4
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable func-names */
define('mp2migrator', ['mailpoet', 'jquery'], function (mp, jQuery) {
define(['mailpoet', 'jquery'], function (mp, jQuery) {
'use strict';
var MailPoet = mp;