aboutsummaryrefslogtreecommitdiffstats
path: root/src/outro.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-04-10 17:27:31 -0400
committerRick Waldron <waldron.rick@gmail.com>2013-04-10 17:27:31 -0400
commite80117adb49eff8f82140b01d755bdeefe7eb089 (patch)
tree9b8fc99cda0f1e20a64eed0f08278719e520461f /src/outro.js
parentac9cad19fa0473315489ee952ba73afdaeb80386 (diff)
downloadjquery-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.js2
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 );