From 0a8c2fd79aa6c1e9e0dcba1f4ec536768fcd73a5 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Dec 2013 19:30:15 +0800 Subject: [PATCH] roojs-core.js roojs-core-debug.js roojs-ui.js roojs-ui-debug.js --- roojs-ui-debug.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index e4e9e18b3f..c8f369cec5 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -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, -- 2.39.2