From e80117adb49eff8f82140b01d755bdeefe7eb089 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 10 Apr 2013 17:27:31 -0400 Subject: Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238 --- src/outro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/outro.js') 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 ); -- cgit v1.2.3