roojs-core.js
authorChris <chris@roojs.com>
Fri, 6 Dec 2013 11:30:15 +0000 (19:30 +0800)
committerChris <chris@roojs.com>
Fri, 6 Dec 2013 11:30:15 +0000 (19:30 +0800)
roojs-core-debug.js
roojs-ui.js
roojs-ui-debug.js

roojs-ui-debug.js

index e4e9e18..c8f369c 100644 (file)
@@ -13532,8 +13532,10 @@ Roo.Resizable = function(el, config)
          * @event resizing
          * Fired a resizing.
          * @param {Roo.Resizable} this
-         * @param {Number} width The new width
-         * @param {Number} height The new height
+         * @param {Number} x The new x position
+         * @param {Number} y The new y position
+         * @param {Number} w The new w width
+         * @param {Number} h The new h hight
          * @param {Roo.EventObject} e The mouseup event
          */
         "resizing" : true,