]> source.dussan.org Git - jquery.git/commitdiff
Landing pull request 410. Moves jQuery attachment comment to outro.
authorGreg Hazel <ghazel@gmail.com>
Tue, 14 Jun 2011 19:51:03 +0000 (15:51 -0400)
committertimmywil <tim.willison@thisismedium.com>
Tue, 14 Jun 2011 19:51:03 +0000 (15:51 -0400)
More Details:
 - https://github.com/jquery/jquery/pull/410

src/core.js
src/outro.js

index 3a32d6f0c4e29394adead24b90b07fd486f9edd5..2c27bf7cc25ae79a9d8f7c4e7458ee4c1e0f3b70 100644 (file)
@@ -923,7 +923,6 @@ function doScrollCheck() {
        jQuery.ready();
 }
 
-// Expose jQuery to the global object
 return jQuery;
 
 })();
index 32b0d08783902f54c6e7dbf1d9a7302426cdbe79..b49305e72e8d6d00849df3ab3f225e73c6997ce5 100644 (file)
@@ -1,2 +1,3 @@
+// Expose jQuery to the global object
 window.jQuery = window.$ = jQuery;
 })(window);