Fix indent rule in tests

[MAILPOET-1029]
This commit is contained in:
Pavel Dohnal
2017-09-07 16:05:45 +01:00
parent 122af1c943
commit 195ccb5eed
19 changed files with 228 additions and 229 deletions

View File

@ -1,15 +1,15 @@
define([
'newsletter_editor/App',
'newsletter_editor/blocks/automatedLatestContent',
'newsletter_editor/blocks/container',
'amd-inject-loader!newsletter_editor/blocks/automatedLatestContent',
'newsletter_editor/components/communication'
], function(
App,
AutomatedLatestContentBlock,
ContainerBlock,
AutomatedLatestContentInjector,
Communication
'newsletter_editor/App',
'newsletter_editor/blocks/automatedLatestContent',
'newsletter_editor/blocks/container',
'amd-inject-loader!newsletter_editor/blocks/automatedLatestContent',
'newsletter_editor/components/communication'
], function(
App,
AutomatedLatestContentBlock,
ContainerBlock,
AutomatedLatestContentInjector,
Communication
) {
var EditorApplication = App;
var CommunicationComponent = Communication;