From 4e52bc2015a47844dde5709eabc4ae2e49f985d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:29:35 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.EB5IMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.CSBJMX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.BHNBMX examples/bootstrap/dashboard1.js.RWYBMX --- 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 7bd387e5ec..2a33d918a7 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -562,7 +562,7 @@ "items" : [ { "$ Array fields" : "[ 'item' ]", - "$ Array data" : "[ [ 'option a', 'option b'] ]", + "$ Array data" : "[ [ 'option a'] ,[ 'option b'] ]", "xtype" : "SimpleStore", "$ xns" : "Roo.data", "* prop" : "store" diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 54dd1a83eb..4ae6edb52a 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -591,7 +591,7 @@ dashboard1 = new Roo.XComponent({ { store : { fields : [ 'item' ], - data : [ [ 'option a', 'option b'] ], + data : [ [ 'option a'] ,[ 'option b'] ], xtype : 'SimpleStore', xns : Roo.data }, -- 2.39.2