X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/ResultSet.html diff --git a/docs/source/ResultSet.html b/docs/source/ResultSet.html index e682d730..e857e644 100644 --- a/docs/source/ResultSet.html +++ b/docs/source/ResultSet.html @@ -15,15 +15,12 @@ -
/**
- * @author Ed Spencer
+  
/**
+ * @author Ed Spencer
  * @class Ext.data.ResultSet
  * @extends Object
  * 
  * <p>Simple wrapper class that represents a set of records returned by a Proxy.</p>
- * 
- * @constructor
- * Creates the new ResultSet
  */
 Ext.define('Ext.data.ResultSet', {
     /**
@@ -56,6 +53,10 @@ Ext.define('Ext.data.ResultSet', {
      * @cfg {Array} records The array of record instances. Required
      */
 
+    /**
+     * Creates the resultSet
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         Ext.apply(this, config);