This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6926247bf4
jquery
/
src
/
outro.js
3 lines
47 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
2011-01-24 03:19:33 +00:00
window
.
jQuery
=
window
.
$
=
jQuery
;
Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro.
2009-05-20 21:12:08 +00:00
}
)
(
window
)
;
Reference in New Issue
Copy Permalink