From 9f93781edb7f497fae0bb6937a76327dfb1a5051 Mon Sep 17 00:00:00 2001 From: jonsowman Date: Thu, 15 Jul 2010 18:54:27 +0100 Subject: [PATCH] removed rogue comma in JS --- predict/js/pred.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict/js/pred.js b/predict/js/pred.js index 213e045..abb933d 100644 --- a/predict/js/pred.js +++ b/predict/js/pred.js @@ -388,7 +388,7 @@ function drawPolygon(points, gmap_object) { strokeOpacity: 0.4, fillColor: "#FFFFFF", fillOpacity: 0, - strokeWeight: 2, + strokeWeight: 2 }); map_items['delta_square'] = newPoly; newPoly.setMap(gmap_object);