This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
a5dbca4a06
jquery
/
src
/
outro.js
5 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some compatibility cases with older version of Prototype). Fixes ticket #4834.
2009-08-10 23:22:31 +02:00
// Expose jQuery to the global object
window
.
jQuery
=
window
.
$
=
jQuery
;
Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro.
2009-05-20 23:12:08 +02:00
}
)
(
window
)
;
Reference in a new issue
Copy permalink