projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f5098
)
Fixed IIFE
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 7 Oct 2014 15:18:09 +0000
(17:18 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 7 Oct 2014 15:18:09 +0000
(17:18 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 101bfbc0849fa41a09d683701c50cb581467a49f..db648e65212e0e85416c5c08b97921c00197d04e 100755
(executable)
--- 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.