fixed missing comma

This commit is contained in:
javi santana
2014-08-19 09:25:45 +02:00
parent f986516379
commit d91b0f1af5

View File

@@ -51,7 +51,7 @@ The following API call creates a map of European countries that have a white fil
{% highlight javascript %}
// mapconfig.json
{
"version": "0.0.1"
"version": "0.0.1",
"name": "test",
"auth": {
"method": "open"