Roo/BasicDialog.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 10:07:41 +0000 (18:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 10:07:41 +0000 (18:07 +0800)
Roo/BasicDialog.js

index b8eafe6..9c26ab7 100644 (file)
@@ -604,7 +604,7 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
 
     // private
     animShow : function(){
-        var b = Roo.get(this.animateTarget, true).getBox();
+        var b = Roo.get(this.animateTarget).getBox();
         this.proxy.setSize(b.width, b.height);
         this.proxy.setLocation(b.x, b.y);
         this.proxy.show();