From e80117adb49eff8f82140b01d755bdeefe7eb089 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 10 Apr 2013 17:27:31 -0400 Subject: [PATCH] Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238 --- src/outro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5