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

Allow absolute path in Windows. ex) "C:\Documents and Settings\..." #8

Closed
wants to merge 1 commit into from
Closed

Conversation

minodisk
Copy link

Referring to the 7052nd line :

return url.indexOf("://") === -1 && url.indexOf("?") === -1 &&
    url.indexOf('empty:') !== 0;

@jrburke
Copy link
Member

jrburke commented Jul 14, 2011

Thanks for the pull request! Since r.js is a generated file, I did the change in the source file as part of this commit. I also generated an r.js snapshot for today in the dist/ directory if you want to start using the new version right away.

@jrburke jrburke closed this Jul 14, 2011
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.

2 participants