Remove unused dependencies from I18n and newsletter editor scripts
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
define('i18n',
|
||||
[
|
||||
'mailpoet',
|
||||
'underscore',
|
||||
'mailpoet'
|
||||
], function(
|
||||
MailPoet,
|
||||
_
|
||||
MailPoet
|
||||
) {
|
||||
'use strict';
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
define([
|
||||
'backbone',
|
||||
'backbone.marionette',
|
||||
'backbone.supermodel',
|
||||
'jquery',
|
||||
'underscore',
|
||||
'handlebars',
|
||||
'handlebars_helpers'
|
||||
], function(Backbone, Marionette, SuperModel, jQuery, _, Handlebars) {
|
||||
], function(Backbone, Marionette, jQuery, _, Handlebars) {
|
||||
|
||||
var app = new Marionette.Application(), AppView;
|
||||
|
||||
|
Reference in New Issue
Block a user