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

Updated jQuery References #68

Closed
wants to merge 2 commits into from
Closed

Updated jQuery References #68

wants to merge 2 commits into from

Conversation

jeffrose
Copy link

Updated jQuery references to use local variable ($) instead of globally scoped one (jQuery). Fixes #67.

Also updated jQuery hashchange so it is in sync with the version in CanJS.

Jeff Rose added 2 commits December 15, 2012 13:30
Updated jQuery Hashchange from 1.2 to 1.3. It is now in sync with the
version in CanJS.
Updated code to reference only $ instead of the globally scoped jQuery
variable.
@daffl
Copy link
Contributor

daffl commented Feb 6, 2013

Thanks for the pull request! I merged it with some other changes I made in #71. Sorry it took so long, but 1.0.1 is on its way for today.

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.

Breaks in jQuery.noConflict(true) Scenario
2 participants