Skip to content

Commit

Permalink
Merge 79b5954 into e84f759
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Apr 10, 2015
2 parents e84f759 + 79b5954 commit 781e3fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blueprints/app/files/app/router.js
Expand Up @@ -5,5 +5,7 @@ var Router = Ember.Router.extend({
location: config.locationType
});

export default Router.map(function() {
Router.map(function() {
});

export default Router;

0 comments on commit 781e3fe

Please sign in to comment.