Fixed IIFE
authorAlexander Ebert <ebert@woltlab.com>
Tue, 7 Oct 2014 15:18:09 +0000 (17:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 7 Oct 2014 15:18:09 +0000 (17:18 +0200)
wcfsetup/install/files/js/WCF.js

index 101bfbc0849fa41a09d683701c50cb581467a49f..db648e65212e0e85416c5c08b97921c00197d04e 100755 (executable)
@@ -176,7 +176,7 @@ function shuffle(array) {
 /**
  * Initialize WCF namespace
  */
-var WCF = {};
+window.WCF = {};
 
 /**
  * Extends jQuery with additional methods.