Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handling the...
[jquery.git] / src / outro.js
index 5c34318..5d87b7e 100644 (file)
@@ -1 +1,4 @@
-}
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
+})(window);