From: Alexander Ebert Date: Tue, 7 Oct 2014 15:18:09 +0000 (+0200) Subject: Fixed IIFE X-Git-Tag: 2.1.0_Alpha_1~256 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dbce6fb707de4945c499c496834b5c0d2b74ae00;p=GitHub%2FWoltLab%2FWCF.git Fixed IIFE --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 101bfbc084..db648e6521 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -176,7 +176,7 @@ function shuffle(array) { /** * Initialize WCF namespace */ -var WCF = {}; +window.WCF = {}; /** * Extends jQuery with additional methods.