0

Fixed missing comma.

This commit is contained in:
Jenny
2010-12-16 06:46:53 -08:00
parent d210076479
commit 62a7ee5a50

View File

@@ -274,7 +274,7 @@ function initialize() {
mapTypeControlOptions: {
mapTypeIds: mapTypeIds
},
mapTypeId: mapTypeIdDefault
mapTypeId: mapTypeIdDefault,
streetViewControl: false,
};
map = new google.maps.Map(document.getElementById('mcmap'), mapOptions);