Skip to content

Commit

Permalink
Properly override location in visit()
Browse files Browse the repository at this point in the history
  • Loading branch information
tilde-engineering authored and tomdale committed Mar 3, 2015
1 parent 91cda57 commit bf3d5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-application/lib/system/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ if (Ember.FEATURES.isEnabled('ember-application-visit')) {
};
});

instance.setupRouter({ location: 'none' });
instance.overrideRouterLocation({ location: 'none' });

return instance.handleURL(url).then(function() {
return renderPromise;
Expand Down

0 comments on commit bf3d5eb

Please sign in to comment.