From 040ef0cce27f9c0086447e880c45563912a8710d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:24:54 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.AYXDMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.NORCMX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 2 +- examples/bootstrap/dashboard1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 551ccfb036..e47bb6dc14 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -553,8 +553,8 @@ "$ xns" : "Roo.bootstrap", "items" : [ { + "$ Array fields" : "[ 'item' ]", "xtype" : "SimpleStore", - "Array fields" : "[ 'item' ]", "$ xns" : "Roo.data", "* prop" : "store" } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index e7ae22a198..e54a5b9b83 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -590,8 +590,8 @@ dashboard1 = new Roo.XComponent({ }, { store : { + fields : [ 'item' ], xtype : 'SimpleStore', - fields : '[ \'item\' ]', xns : Roo.data }, xtype : 'ComboBox', -- 2.39.2