Merge pull request #1047 from mailpoet/eslint-assignment
Eslint assignment [MAILPOET-1033]
This commit is contained in:
@ -3,7 +3,8 @@ define([
|
||||
'newsletter_editor/components/save',
|
||||
'amd-inject-loader!newsletter_editor/components/save',
|
||||
'jquery'
|
||||
], function(EditorApplication, SaveComponent, SaveInjector, jQuery) {
|
||||
], function(App, SaveComponent, SaveInjector, jQuery) {
|
||||
var EditorApplication = App;
|
||||
|
||||
describe('Save', function() {
|
||||
describe('save method', function() {
|
||||
|
Reference in New Issue
Block a user