Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some...
[jquery.git] / src / outro.js
1 // Expose jQuery to the global object
2 window.jQuery = window.$ = jQuery;
3
4 })(window);