X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Component4.html diff --git a/docs/source/Component4.html b/docs/source/Component4.html index a7c21f5f..1c346519 100644 --- a/docs/source/Component4.html +++ b/docs/source/Component4.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.fx.target.Component
  * @extends Ext.fx.target.Target
  * 
@@ -90,7 +107,7 @@ Ext.define('Ext.fx.target.Component', {
                     o = meth.setPagePosition;
                     o.target.setPagePosition(o.x, o.y);
                 }
-                if (meth.setSize.target) {
+                if (meth.setSize.target && meth.setSize.target.el) {
                     o = meth.setSize;
                     // Dimensions not being animated MUST NOT be autosized. They must remain at current value.
                     w = (o.width === undefined) ? o.target.getWidth() : parseInt(o.width, 10);
@@ -125,4 +142,6 @@ Ext.define('Ext.fx.target.Component', {
         }
     }
 });
-
\ No newline at end of file +
+ +