Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some...
[jquery.git] / src / outro.js
index 7773a74..5d87b7e 100644 (file)
@@ -1 +1,4 @@
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
 })(window);