Fix new-parens rule in es5
[MAILPOET-1143]
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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();
|
||||||
|
@@ -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();
|
||||||
|
Reference in New Issue
Block a user