Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238

This commit is contained in:
Michał Gołębiowski 2013-04-10 17:27:31 -04:00 committed by Rick Waldron
parent ac9cad19fa
commit e80117adb4

View File

@ -1,2 +1,2 @@
})( this );
})( window );