From 221fce414a9eaaa47e655f0c541fb731e66ce6f9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 29 Mar 2012 18:01:24 +0200 Subject: [PATCH] Fixed typo --- 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 1fd67a340a..8c7307a836 100644 --- 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. -- 2.20.1