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);