X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Abstract.html diff --git a/docs/source/Abstract.html b/docs/source/Abstract.html index c4af7838..92073bf2 100644 --- a/docs/source/Abstract.html +++ b/docs/source/Abstract.html @@ -3,8 +3,8 @@ The source code - - + + @@ -17,7 +17,8 @@
/**
  * @class Ext.chart.axis.Abstract
- * @ignore
+ * Base class for all axis classes.
+ * @private
  */
 Ext.define('Ext.chart.axis.Abstract', {
 
@@ -27,6 +28,10 @@ Ext.define('Ext.chart.axis.Abstract', {
 
     /* End Definitions */
 
+    /**
+     * Creates new Axis.
+     * @param {Object} config (optional) Config options.
+     */
     constructor: function(config) {
         config = config || {};