diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-04-10 17:27:31 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2013-04-10 17:27:31 -0400 |
commit | e80117adb49eff8f82140b01d755bdeefe7eb089 (patch) | |
tree | 9b8fc99cda0f1e20a64eed0f08278719e520461f /src/outro.js | |
parent | ac9cad19fa0473315489ee952ba73afdaeb80386 (diff) | |
download | jquery-e80117adb49eff8f82140b01d755bdeefe7eb089.tar.gz jquery-e80117adb49eff8f82140b01d755bdeefe7eb089.zip |
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
Diffstat (limited to 'src/outro.js')
-rw-r--r-- | src/outro.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |