Roo/Resizable.js
authorChris <chris@roojs.com>
Mon, 25 Nov 2013 10:41:17 +0000 (18:41 +0800)
committerChris <chris@roojs.com>
Mon, 25 Nov 2013 10:41:17 +0000 (18:41 +0800)
Roo/Resizable.js

index 8d0ecd0..f0b1cf7 100644 (file)
@@ -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);
     }