From 13ceb0f56b380b395ed5a26b468bf2bf00d88216 Mon Sep 17 00:00:00 2001 From: Greg Hazel Date: Tue, 14 Jun 2011 15:51:03 -0400 Subject: [PATCH] Landing pull request 410. Moves jQuery attachment comment to outro. More Details: - https://github.com/jquery/jquery/pull/410 --- src/core.js | 1 - src/outro.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 3a32d6f0..2c27bf7c 100644 --- a/src/core.js +++ b/src/core.js @@ -923,7 +923,6 @@ function doScrollCheck() { jQuery.ready(); } -// Expose jQuery to the global object return jQuery; })(); diff --git a/src/outro.js b/src/outro.js index 32b0d087..b49305e7 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1,2 +1,3 @@ +// Expose jQuery to the global object window.jQuery = window.$ = jQuery; })(window);