]> source.dussan.org Git - jquery.git/commitdiff
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 10 Apr 2013 21:27:31 +0000 (17:27 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 10 Apr 2013 21:27:31 +0000 (17:27 -0400)
src/outro.js

index 70233feb18919f071b302c96d3e0d2e50f4da9e0..ac484391c090afe5c5787b2089146ae8f1b36688 100644 (file)
@@ -1,2 +1,2 @@
 
-})( this );
+})( window );