Skip to content

Commit d9983d7

Browse files
committed
Fix for jquery-archive#3185 - Dynamic Page load sample: In-Memory broken in IE7
- Removed trailing commas that choke IE from the docs.
1 parent ed05ff8 commit d9983d7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/pages/page-dynamic.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ <h2>jQuery Mobile and Dynamic Page Generation</h2>
5555
description: &quot;All your favorites from aardvarks to zebras.&quot;,
5656
items: [
5757
{
58-
name: &quot;Pets&quot;,
58+
name: &quot;Pets&quot;
5959
},
6060
{
61-
name: &quot;Farm Animals&quot;,
61+
name: &quot;Farm Animals&quot;
6262
},
6363
{
64-
name: &quot;Wild Animals&quot;,
64+
name: &quot;Wild Animals&quot;
6565
}
6666
]
6767
},
@@ -70,25 +70,25 @@ <h2>jQuery Mobile and Dynamic Page Generation</h2>
7070
description: &quot;Fresh colors from the magic rainbow.&quot;,
7171
items: [
7272
{
73-
name: &quot;Blue&quot;,
73+
name: &quot;Blue&quot;
7474
},
7575
{
76-
name: &quot;Green&quot;,
76+
name: &quot;Green&quot;
7777
},
7878
{
79-
name: &quot;Orange&quot;,
79+
name: &quot;Orange&quot;
8080
},
8181
{
82-
name: &quot;Purple&quot;,
82+
name: &quot;Purple&quot;
8383
},
8484
{
85-
name: &quot;Red&quot;,
85+
name: &quot;Red&quot;
8686
},
8787
{
88-
name: &quot;Yellow&quot;,
88+
name: &quot;Yellow&quot;
8989
},
9090
{
91-
name: &quot;Violet&quot;,
91+
name: &quot;Violet&quot;
9292
}
9393
]
9494
},
@@ -97,13 +97,13 @@ <h2>jQuery Mobile and Dynamic Page Generation</h2>
9797
description: &quot;Everything from cars to planes.&quot;,
9898
items: [
9999
{
100-
name: &quot;Cars&quot;,
100+
name: &quot;Cars&quot;
101101
},
102102
{
103-
name: &quot;Planes&quot;,
103+
name: &quot;Planes&quot;
104104
},
105105
{
106-
name: &quot;Construction&quot;,
106+
name: &quot;Construction&quot;
107107
}
108108
]
109109
}

0 commit comments

Comments
 (0)