Landing pull request 410. Moves jQuery attachment comment to outro.

More Details:
 - https://github.com/jquery/jquery/pull/410
master
Greg Hazel 2011-06-14 15:51:03 -04:00 committed by timmywil
parent 6926247bf4
commit 13ceb0f56b
2 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,6 @@ function doScrollCheck() {
jQuery.ready();
}
// Expose jQuery to the global object
return jQuery;
})();

View File

@ -1,2 +1,3 @@
// Expose jQuery to the global object
window.jQuery = window.$ = jQuery;
})(window);