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

index 1e613b9..05b837f 100644 (file)
@@ -163,6 +163,7 @@ Roo.Resizable = function(el, config)
     }
 
     if(this.draggable){
+        Roo.log('in?');
         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);