Browse Source

Added missing start date

pull/227/head
Zach Wise 12 years ago
parent
commit
0399f42c8d
  1. 1
      examples/example_json.json
  2. 1
      examples/example_jsonp.jsonp

1
examples/example_json.json

@ -5,6 +5,7 @@
"headline":"Sh*t People Say",
"type":"default",
"text":"People say stuff",
"startDate":"2012,1,26",
"date": [
{
"startDate":"2012,1,26",

1
examples/example_jsonp.jsonp

@ -4,6 +4,7 @@ storyjs_jsonp_data = {
"headline":"Sh*t People Say",
"type":"default",
"text":"People say stuff",
"startDate":"2012,1,26",
"date": [
{
"startDate":"2012,1,26",

Loading…
Cancel
Save