Remove obsolete Velocity dependence due to it being injected elsewhere
This commit is contained in:
@@ -11,9 +11,8 @@ define([
|
|||||||
'underscore',
|
'underscore',
|
||||||
'jquery',
|
'jquery',
|
||||||
'mailpoet',
|
'mailpoet',
|
||||||
'modal',
|
'modal'
|
||||||
'velocity-animate'
|
], function(App, Marionette, SuperModel, _, jQuery, MailPoet, Modal) {
|
||||||
], function(App, Marionette, SuperModel, _, jQuery, MailPoet, Modal, Velocity) {
|
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user