Remove traling commas to make json valid

This commit is contained in:
Don Mitchell
2013-06-24 12:57:23 -04:00
committed by Calen Pennington
parent b42fe277d4
commit d9575a0874
2 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,6 @@
"display_name": "Overview"
},
"graphical_slider_tool/sample_gst": {
"display_name": "Sample GST",
},
"display_name": "Sample GST"
}
}

View File

@@ -9,6 +9,6 @@
"display_name": "Overview"
},
"selfassessment/SampleQuestion": {
"display_name": "Sample Question",
},
"display_name": "Sample Question"
}
}