mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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();
|
jQuery.ready();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Expose jQuery to the global object
|
|
||||||
return jQuery;
|
return jQuery;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
// Expose jQuery to the global object
|
||||||
window.jQuery = window.$ = jQuery;
|
window.jQuery = window.$ = jQuery;
|
||||||
})(window);
|
})(window);
|
||||||
|
Loading…
Reference in New Issue
Block a user