X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Component4.html diff --git a/docs/source/Component4.html b/docs/source/Component4.html index b0bf5dcc..1c346519 100644 --- a/docs/source/Component4.html +++ b/docs/source/Component4.html @@ -3,8 +3,8 @@ The source code - - + + @@ -107,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);