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:
c5c72c4
)
Fixed WCF.Sortable.List (it's now a Class object)
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 16 Mar 2012 16:11:12 +0000
(17:11 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 16 Mar 2012 16:11:12 +0000
(17:11 +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 1a21cfa85a519ced4ddc151a3d493fbabc237989..3d2002ca62765497e56f4d76bf17e8c64ed8c17c 100644
(file)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-4223,9
+4223,10
@@
WCF.Sortable = {};
*
* @param string containerID
* @param string className
+ * @param integer offset
+ * @param object options
*/
-WCF.Sortable.List = function(containerID, className) { this.init(containerID, className); };
-WCF.Sortable.List.prototype = {
+WCF.Sortable.List = Class.extend({
/**
* action class name
* @var string
@@
-4367,7
+4368,7
@@
WCF.Sortable.List.prototype = {
this._notification.show();
}
-};
+}
)
;
/**
* Provides a toggleable sidebar.