Landing pull request 410. Moves jQuery attachment comment to outro.
More Details: - https://github.com/jquery/jquery/pull/410
This commit is contained in:
parent
6926247bf4
commit
13ceb0f56b
|
@ -923,7 +923,6 @@ function doScrollCheck() {
|
|||
jQuery.ready();
|
||||
}
|
||||
|
||||
// Expose jQuery to the global object
|
||||
return jQuery;
|
||||
|
||||
})();
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
// Expose jQuery to the global object
|
||||
window.jQuery = window.$ = jQuery;
|
||||
})(window);
|
||||
|
|
Loading…
Reference in a new issue