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

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

View File

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