Fix new-parens rule in es5
[MAILPOET-1143]
This commit is contained in:
@@ -80,7 +80,7 @@ define(
|
||||
}
|
||||
);
|
||||
}
|
||||
}));
|
||||
}))();
|
||||
|
||||
jQuery(document).ready(function () {
|
||||
if (!Backbone.History.started) Backbone.history.start();
|
||||
|
@@ -36,7 +36,7 @@ define(
|
||||
home: function () {
|
||||
this.navigate('step1', { trigger: true });
|
||||
}
|
||||
}));
|
||||
}))();
|
||||
|
||||
function showCurrentStep() {
|
||||
MailPoet.Notice.hide();
|
||||
|
Reference in New Issue
Block a user