From 15d8f9d81b2d6c374bbd587d40aa435fff13881d Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 3 Mar 2022 13:50:58 +0800 Subject: [PATCH] fix docs --- Roo/grid/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index b7488a6403..8d58ef6d4a 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -327,7 +327,7 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { * @cfg {Roo.grid.ColumnModel} cm[] The columns of the grid */ /** - * @cfg {Roo.grid.Store} ds The data store for the grid + * @cfg {Roo.data.Store} ds The data store for the grid */ /** * @cfg {Roo.Toolbar} toolbar a toolbar for buttons etc. -- 2.39.2