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:
33f4741
)
Fixed typo
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 8 Jul 2014 13:31:47 +0000
(15:31 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 8 Jul 2014 13:31:47 +0000
(15:31 +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 8dc72225b1a4b967239b54b8fa7dc584d37c6ceb..caaa4dfbb591a0af8f0bebbd1f95ed94795b0122 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-7716,7
+7716,7
@@
WCF.System.Event = {
removeListener: function(identifier, action, uuid) {
if (this._listeners[identifier] && this._listeners[identifier][action]) {
for (var $i = 0; $i < this._listeners[identifier][action].length; $i++) {
- if (this._listeners[identifier][action][$i].uuid = uuid) {
+ if (this._listeners[identifier][action][$i].uuid =
=
uuid) {
this._listeners[identifier][action].splice($i, 1);
return true;