From dbce6fb707de4945c499c496834b5c0d2b74ae00 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 7 Oct 2014 17:18:09 +0200 Subject: [PATCH] Fixed IIFE --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1