Skip to content

Commit

Permalink
comment out some ember router stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Mar 11, 2013
1 parent cb22b72 commit 8042521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -31,7 +31,7 @@ function ember_setup() {
};

// Set up Ember Routing

/*
App.Router.map(function() {
this.route("about", { path: "/about" });
this.route("detail", { path: "/detail" });
Expand All @@ -43,7 +43,7 @@ function ember_setup() {
controller.set('title', "My App");
}
});

*/

}

Expand Down

0 comments on commit 8042521

Please sign in to comment.