X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/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 @@ -
/**
+
+
+
+
+ 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
+
+
+