X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Theme.html diff --git a/docs/source/Theme.html b/docs/source/Theme.html index c1bff3e0..d4002ecd 100644 --- a/docs/source/Theme.html +++ b/docs/source/Theme.html @@ -1,6 +1,26 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.theme.Theme
- * @ignore
+ * 
+ * Provides chart theming.
+ * 
+ * Used as mixins by Ext.chart.Chart.
  */
 Ext.define('Ext.chart.theme.Theme', {
 
@@ -248,4 +268,6 @@ function() {
     };
 })();
 });
-
\ No newline at end of file +
+ +