Fixed typo
authorAlexander Ebert <ebert@woltlab.com>
Thu, 29 Mar 2012 16:01:24 +0000 (18:01 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 29 Mar 2012 16:01:24 +0000 (18:01 +0200)
wcfsetup/install/files/js/WCF.js

index 1fd67a340a364f83bb0be49ca6da6eaf2f356dc3..8c7307a836729b667c2c709232a4802d8adce240 100644 (file)
@@ -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.