mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -4,10 +4,10 @@ import { isTesting } from "discourse-common/config/environment";
|
||||
|
||||
const Router = EmberRouter.extend({
|
||||
rootURL: getUrl("/wizard/"),
|
||||
location: isTesting() ? "none" : "history"
|
||||
location: isTesting() ? "none" : "history",
|
||||
});
|
||||
|
||||
Router.map(function() {
|
||||
Router.map(function () {
|
||||
this.route("step", { path: "/steps/:step_id" });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user