X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..HEAD:/docs/source/Element.html diff --git a/docs/source/Element.html b/docs/source/Element.html index 0d1f9b14..4c9659d0 100644 --- a/docs/source/Element.html +++ b/docs/source/Element.html @@ -1,9 +1,26 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.fx.target.Element
  * @extends Ext.fx.target.Target
  * 
- * This class represents a animation target for an {@link Ext.core.Element}. In general this class will not be
- * created directly, the {@link Ext.core.Element} will be passed to the animation and
+ * This class represents a animation target for an {@link Ext.Element}. In general this class will not be
+ * created directly, the {@link Ext.Element} will be passed to the animation and
  * and the appropriate target will be created.
  */
 Ext.define('Ext.fx.target.Element', {
@@ -82,4 +99,6 @@ Ext.define('Ext.fx.target.Element', {
         }
     }
 });
-
\ No newline at end of file +
+ +