Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
[jquery.git] / src / outro.js
index 5c34318..5d87b7e 100644 (file)
@@ -1 +1,4 @@
-}
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
+})(window);