Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some...
[jquery.git] / src / outro.js
index 92e105b..5d87b7e 100644 (file)
@@ -1 +1,4 @@
-} // close: if(typeof window.jQuery == "undefined") {
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
+})(window);