From d4903c6ce7b12b04e574dc6ca1b471d9fc15fbf6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 2 Mar 2013 21:38:13 -0800 Subject: [PATCH] Code breaking bug fix --- code/map_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/map_data.js b/code/map_data.js index 157ab1d6..2f055253 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -609,7 +609,7 @@ window.renderField = function(ent) { lastUpdate: ent[1], creationZoom: map.getZoom(), guid: ent[0], - data: ent[2]}); + data: ent[2] }; // However, LayerGroups (and FeatureGroups) don’t fire add/remove