X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Grouper.html diff --git a/docs/source/Grouper.html b/docs/source/Grouper.html index 103a1844..f2652c65 100644 --- a/docs/source/Grouper.html +++ b/docs/source/Grouper.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.util.Grouper
  * @extends Ext.util.Sorter
  */
@@ -11,7 +28,7 @@ Ext.define('Ext.util.Grouper', {
 
     /* End Definitions */
 
-    /**
+    /**
      * Function description
      * @param {Ext.data.Model} instance The Model instance
      * @return {String} The group string for this model
@@ -19,4 +36,6 @@ Ext.define('Ext.util.Grouper', {
     getGroupString: function(instance) {
         return instance.get(this.property);
     }
-});
\ No newline at end of file +});
+ +