X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Mask.html diff --git a/docs/source/Mask.html b/docs/source/Mask.html index f9a0ee6e..0c0bd6e3 100644 --- a/docs/source/Mask.html +++ b/docs/source/Mask.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.chart.Mask
+  
/**
+ * @class Ext.chart.Mask
  *
  * Defines a mask for a chart's series.
  * The 'chart' member must be set prior to rendering.
@@ -48,9 +48,12 @@
  * a handle to a mask instance from the chart object. The `chart.mask` element is a
  * `Ext.Panel`.
  * 
- * @constructor
  */
 Ext.define('Ext.chart.Mask', {
+    /**
+     * Creates new Mask.
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         var me = this;