Fix new-parens rule in es5

[MAILPOET-1143]
This commit is contained in:
Pavel Dohnal
2018-01-08 11:35:35 +00:00
parent 9870f62984
commit b773263fa4
3 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,6 @@
"no-extra-bind": 0, "no-extra-bind": 0,
"brace-style": 0, "brace-style": 0,
"space-infix-ops": 0, "space-infix-ops": 0,
"new-parens": 0,
"eol-last": 0, "eol-last": 0,
"dot-notation": 0, "dot-notation": 0,
"prefer-template": 0, "prefer-template": 0,

View File

@@ -80,7 +80,7 @@ define(
} }
); );
} }
})); }))();
jQuery(document).ready(function () { jQuery(document).ready(function () {
if (!Backbone.History.started) Backbone.history.start(); if (!Backbone.History.started) Backbone.history.start();

View File

@@ -36,7 +36,7 @@ define(
home: function () { home: function () {
this.navigate('step1', { trigger: true }); this.navigate('step1', { trigger: true });
} }
})); }))();
function showCurrentStep() { function showCurrentStep() {
MailPoet.Notice.hide(); MailPoet.Notice.hide();