From 0899f733efd7c925a83612ab59ef4d0c59b43f4e Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 14 Apr 2022 15:15:25 +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 bb2183915c..48ab8855c8 100644 --- a/examples/grid/ArrayGrid.bjs +++ b/examples/grid/ArrayGrid.bjs @@ -16,7 +16,7 @@ "* prop" : "grid", "items" : [ { - "xtype" : "Store", + "xtype" : "SimpleStore", "$ xns" : "Roo.data", "* prop" : "ds" } diff --git a/examples/grid/ArrayGrid.js b/examples/grid/ArrayGrid.js index d5cfae813f..40867f8bb6 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 : 'Store', + xtype : 'SimpleStore', xns : Roo.data, '|xns' : 'Roo.data' } -- 2.39.2