Roo/bootstrap/panel/Grid.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 01:20:33 +0000 (09:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 01:20:33 +0000 (09:20 +0800)
Roo/bootstrap/panel/Grid.js

index 71105a7..39410ac 100644 (file)
@@ -4,7 +4,7 @@
  * @extends Roo.ContentPanel
  * @constructor
  * Create a new GridPanel.
- * @param {Roo.grid.Grid} grid The grid for this panel
+ * @cfg {Roo.bootstrap.Table} grid The grid for this panel
  * @param {String/Object} config A string to set only the panel's title, or a config object
 
   new Roo.bootstrap.panel.Grid({
@@ -53,7 +53,7 @@ Roo.extend(Roo.bootstrap.panel.Grid, Roo.bootstrap.panel.Panel, {
     
     /**
      * Returns the grid for this panel
-     * @return {Roo.grid.Grid
+     * @return {Roo.bootstrap.Table
      */
     getGrid : function(){
         return this.grid;