From 7a5e26589eaeef5581e1660ae8aad382f7b3e7cc Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 25 Nov 2013 18:41:17 +0800 Subject: [PATCH] Roo/Resizable.js --- Roo/Resizable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/Resizable.js b/Roo/Resizable.js index 8d0ecd0d28..f0b1cf741b 100644 --- a/Roo/Resizable.js +++ b/Roo/Resizable.js @@ -165,8 +165,8 @@ Roo.Resizable = function(el, config) if(this.draggable){ Roo.log('in11?'); Roo.log(this.resizeChild ); - this.dd = this.dynamic ? - this.el.initDD(null) : this.el.initDDProxy(null, {dragElId: this.proxy.id}); +// this.dd = this.dynamic ? +// this.el.initDD(null) : this.el.initDDProxy(null, {dragElId: this.proxy.id}); //this.dd.setHandleElId(this.resizeChild ? this.resizeChild.id : this.el.id); } -- 2.39.2