FLEX-35210 json wasn't valid
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0fb5b009 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0fb5b009 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0fb5b009 Branch: refs/heads/feature/mdl Commit: 0fb5b009c361cb4f5e9afb2f53f153aeecaaa037 Parents: b05a60d Author: Alex Harui <[email protected]> Authored: Wed Dec 14 22:20:31 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 14 22:21:24 2016 -0800 ---------------------------------------------------------------------- .../flexjs/FlexJSStore/src/main/resources/data/catalog.json | 6 +++--- .../FlexJSStore_jquery/src/main/resources/data/catalog.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0fb5b009/examples/flexjs/FlexJSStore/src/main/resources/data/catalog.json ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore/src/main/resources/data/catalog.json b/examples/flexjs/FlexJSStore/src/main/resources/data/catalog.json index 89bdd43..45aa391 100755 --- a/examples/flexjs/FlexJSStore/src/main/resources/data/catalog.json +++ b/examples/flexjs/FlexJSStore/src/main/resources/data/catalog.json @@ -1,4 +1,4 @@ -{ catalog : [ +{ "catalog" : [ { "productId" :"1", "name" : "Andrew Brilliam", @@ -232,5 +232,5 @@ "video" : true, "highlight1" : "Video Applications", "highlight2" : "Mobile Applications" - -]; + } +]} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0fb5b009/examples/flexjs/FlexJSStore_jquery/src/main/resources/data/catalog.json ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/src/main/resources/data/catalog.json b/examples/flexjs/FlexJSStore_jquery/src/main/resources/data/catalog.json index 89bdd43..45aa391 100755 --- a/examples/flexjs/FlexJSStore_jquery/src/main/resources/data/catalog.json +++ b/examples/flexjs/FlexJSStore_jquery/src/main/resources/data/catalog.json @@ -1,4 +1,4 @@ -{ catalog : [ +{ "catalog" : [ { "productId" :"1", "name" : "Andrew Brilliam", @@ -232,5 +232,5 @@ "video" : true, "highlight1" : "Video Applications", "highlight2" : "Mobile Applications" - -]; + } +]}
