Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Mask.html
index f9a0ee6..0c0bd6e 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-chart-Mask-method-constructor'><span id='Ext-chart-Mask'>/**
-</span></span> * @class Ext.chart.Mask
+  <pre class="prettyprint lang-js"><span id='Ext-chart-Mask'>/**
+</span> * @class Ext.chart.Mask
  *
  * Defines a mask for a chart's series.
  * The 'chart' member must be set prior to rendering.
  * a handle to a mask instance from the chart object. The `chart.mask` element is a
  * `Ext.Panel`.
  * 
- * @constructor
  */
 Ext.define('Ext.chart.Mask', {
+<span id='Ext-chart-Mask-method-constructor'>    /**
+</span>     * Creates new Mask.
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         var me = this;