From d91b0f1af5412abcf97de480cd413a74849e71ee Mon Sep 17 00:00:00 2001 From: javi santana Date: Tue, 19 Aug 2014 09:25:45 +0200 Subject: [PATCH] fixed missing comma --- docs/Map-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index db593e36..b3242559 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -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"