Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-fix8033
[jquery.git] / src / core.js
index 2e63472..1e1bd3e 100644 (file)
@@ -1076,6 +1076,6 @@ function doScrollCheck() {
 }
 
 // Expose jQuery to the global object
-return (window.jQuery = window.$ = jQuery);
+return jQuery;
 
 })();