Fix for #3185 - Dynamic Page load sample: In-Memory broken in IE7

- Removed trailing commas that choke IE.
This commit is contained in:
jblas@adobe.com 2011-11-28 12:18:50 -08:00
parent 8975f5b9a0
commit ed05ff8509

View file

@ -18,13 +18,13 @@ var categoryData = {
description: "All your favorites from aardvarks to zebras.",
items: [
{
name: "Pets",
name: "Pets"
},
{
name: "Farm Animals",
name: "Farm Animals"
},
{
name: "Wild Animals",
name: "Wild Animals"
}
]
},
@ -33,25 +33,25 @@ var categoryData = {
description: "Fresh colors from the magic rainbow.",
items: [
{
name: "Blue",
name: "Blue"
},
{
name: "Green",
name: "Green"
},
{
name: "Orange",
name: "Orange"
},
{
name: "Purple",
name: "Purple"
},
{
name: "Red",
name: "Red"
},
{
name: "Yellow",
name: "Yellow"
},
{
name: "Violet",
name: "Violet"
}
]
},
@ -60,13 +60,13 @@ var categoryData = {
description: "Everything from cars to planes.",
items: [
{
name: "Cars",
name: "Cars"
},
{
name: "Planes",
name: "Planes"
},
{
name: "Construction",
name: "Construction"
}
]
}