Fixed f3ca0ddf58
authorAlexander Ebert <ebert@woltlab.com>
Thu, 19 Jan 2012 17:02:10 +0000 (18:02 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 19 Jan 2012 17:02:10 +0000 (18:02 +0100)
wcfsetup/install/files/js/WCF.js

index 5e59b9a457da9631abba84d5241b3e1f4aa8b801..524f9d4426f67e1976b540cdcf1ae649599f7df3 100644 (file)
@@ -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.