Merge pull request #2762 from mdirkse/valid_json

Fix invalid JSON
next
Ingo Bürk 2017-05-04 15:23:15 +02:00 committed by GitHub
commit 333ebd7b71
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ rect (map)::
"y": 0,
"width": 1280,
"height": 1024
},
}
}
]
-------------------
@ -392,7 +392,7 @@ JSON dump:
"y": 0,
"width": 1280,
"height": 0
},
}
},
{