From 9180fb665cbcd932c9779eafa94ddf94281dfc97 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 14 Apr 2022 15:15:12 +0800 Subject: [PATCH] examples/grid/ArrayGrid.bjs examples/grid/ArrayGrid.js --- examples/grid/ArrayGrid.bjs | 2 +- examples/grid/ArrayGrid.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grid/ArrayGrid.bjs b/examples/grid/ArrayGrid.bjs index 81c03f042d..bb2183915c 100644 --- a/examples/grid/ArrayGrid.bjs +++ b/examples/grid/ArrayGrid.bjs @@ -16,7 +16,7 @@ "* prop" : "grid", "items" : [ { - "xtype" : "JsonStore", + "xtype" : "Store", "$ xns" : "Roo.data", "* prop" : "ds" } diff --git a/examples/grid/ArrayGrid.js b/examples/grid/ArrayGrid.js index 1c162a9019..d5cfae813f 100644 --- a/examples/grid/ArrayGrid.js +++ b/examples/grid/ArrayGrid.js @@ -26,7 +26,7 @@ ArrayGrid = new Roo.XComponent({ xns : Roo.grid, '|xns' : 'Roo.grid', ds : { - xtype : 'JsonStore', + xtype : 'Store', xns : Roo.data, '|xns' : 'Roo.data' } -- 2.39.2