Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / fx / target / Target.js
index 35079d4..a5a726a 100644 (file)
@@ -37,7 +37,7 @@ Ext.define('Ext.fx.target.Target', {
 
     /**
      * Creates new Target.
-     * @param {Mixed} target The object to be animated
+     * @param {Ext.Component/Ext.Element/Ext.draw.Sprite} target The object to be animated
      */
     constructor: function(target) {
         this.target = target;