From: Alexander Ebert Date: Thu, 19 Jan 2012 17:02:10 +0000 (+0100) Subject: Fixed f3ca0ddf58 X-Git-Tag: 2.0.0_Beta_1~1412 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=be8e935b1e8b27f2cc66b5886375cf37801969a3;p=GitHub%2FWoltLab%2FWCF.git Fixed f3ca0ddf58 --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5e59b9a457..524f9d4426 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3404,6 +3404,8 @@ WCF.System.Notification = Class.extend({ /** * Default implementation for inline editors. + * + * @param string elementSelector */ WCF.InlineEditor = Class.extend({ /** @@ -3480,7 +3482,7 @@ WCF.InlineEditor = Class.extend({ */ _setOptions: function() { this._options = [ ]; - } + }, /** * Register an option callback for validation and execution.