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:
aa4fb64
)
Fixed typo
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 29 Mar 2012 16:01:24 +0000
(18:01 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 29 Mar 2012 16:01:24 +0000
(18:01 +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 1fd67a340a364f83bb0be49ca6da6eaf2f356dc3..8c7307a836729b667c2c709232a4802d8adce240 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1718,7
+1718,7
@@
WCF.Action.Scroll = Class.extend({
*/
start: function() {
this._reference.on('scroll', $.proxy(this._scroll, this));
- }
+ }
,
/**
* Disables scroll monitoring, e.g. no more elements loadable.