From 6d4300848f16c14cab13bcc9060cb087bfd840cd Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 25 Jan 2017 18:28:33 -0600 Subject: [PATCH] Forgot a comma --- public_html/markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/markers.js b/public_html/markers.js index 732fedf..90ab58c 100755 --- a/public_html/markers.js +++ b/public_html/markers.js @@ -51,7 +51,7 @@ var shapes = { 'ground_emergency': { svg: 'emergency_dark', size: [6, 15] - } + }, 'ground_service': { svg: 'service_dark', size: [6, 15]