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:
f3ca0dd
)
Fixed f3ca0ddf58
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 19 Jan 2012 17:02:10 +0000
(18:02 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 19 Jan 2012 17:02:10 +0000
(18:02 +0100)
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 5e59b9a457da9631abba84d5241b3e1f4aa8b801..524f9d4426f67e1976b540cdcf1ae649599f7df3 100644
(file)
--- 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.