Fixed WCF.Sortable.List (it's now a Class object)
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Mar 2012 16:11:12 +0000 (17:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 16 Mar 2012 16:11:12 +0000 (17:11 +0100)
wcfsetup/install/files/js/WCF.js

index 1a21cfa85a519ced4ddc151a3d493fbabc237989..3d2002ca62765497e56f4d76bf17e8c64ed8c17c 100644 (file)
@@ -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.