Fix padded-blocks eslint rule in ES5 files

[MAILPOET-1144]
This commit is contained in:
Pavel Dohnal
2017-11-30 09:12:19 +00:00
parent 0e08e58288
commit 8ea4a219e2
33 changed files with 0 additions and 47 deletions

View File

@@ -11,7 +11,6 @@ define([
'newsletter_editor/App',
'newsletter_editor/blocks/base'
], function (Backbone, Marionette, _, jQuery, App, BaseBlock) {
'use strict';
var Module = {};
@@ -151,7 +150,6 @@ define([
if (this.model.get('blocks').length === 2) return Module.TwoColumnContainerWidgetView;
}
return Module.OneColumnContainerWidgetView;
},
initialize: function (options) {
base.BlockView.prototype.initialize.apply(this, arguments);