From: Michał Gołębiowski Date: Wed, 10 Apr 2013 21:27:31 +0000 (-0400) Subject: Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238 X-Git-Tag: 2.0.0~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e80117adb49eff8f82140b01d755bdeefe7eb089;p=jquery.git Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238 --- diff --git a/src/outro.js b/src/outro.js index 70233feb1..ac484391c 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1,2 +1,2 @@ -})( this ); +})( window );