X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/docs/source/Theme.html diff --git a/docs/source/Theme.html b/docs/source/Theme.html index c1bff3e0..46588eb3 100644 --- a/docs/source/Theme.html +++ b/docs/source/Theme.html @@ -1,6 +1,26 @@ -
/**
+
+
+
+
+ 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
+
+
+