Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: rootURL -> rootPath #12338

Closed
wants to merge 1 commit into from

Conversation

jamesarosen
Copy link

Work in progress to address #5334

@jamesarosen jamesarosen force-pushed the location-base-url branch 2 times, most recently from f65571a to db91982 Compare September 13, 2015 21:31
@@ -27,7 +29,7 @@ export default EmberObject.extend({

init() {
set(this, 'location', get(this, 'location') || window.location);
set(this, 'baseURL', jQuery('base').attr('href') || '');
set(this, 'baseURL', jQuery('base').prop('href') || '');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an important change. baseURL will always be a URL now.

@rwjblue
Copy link
Member

rwjblue commented Apr 10, 2016

Closing as this seems to have gone stale, I'm happy to reopen if you would like to pick this back up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants