X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Legend.html diff --git a/docs/source/Legend.html b/docs/source/Legend.html index 9351dd41..a42a6c70 100644 --- a/docs/source/Legend.html +++ b/docs/source/Legend.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.chart.Legend
+  
/**
+ * @class Ext.chart.Legend
  *
  * Defines a legend for a chart's series.
  * The 'chart' member must be set prior to rendering.
@@ -97,7 +97,6 @@
     });    
     </code></pre>    
  *
- * @constructor
  */
 Ext.define('Ext.chart.Legend', {
 
@@ -182,6 +181,10 @@ Ext.define('Ext.chart.Legend', {
      */
     boxZIndex: 100,
 
+    /**
+     * Creates new Legend.
+     * @param {Object} config  (optional) Config object.
+     */
     constructor: function(config) {
         var me = this;
         if (config) {