Fixed missing comma.
This commit is contained in:
@@ -274,7 +274,7 @@ function initialize() {
|
|||||||
mapTypeControlOptions: {
|
mapTypeControlOptions: {
|
||||||
mapTypeIds: mapTypeIds
|
mapTypeIds: mapTypeIds
|
||||||
},
|
},
|
||||||
mapTypeId: mapTypeIdDefault
|
mapTypeId: mapTypeIdDefault,
|
||||||
streetViewControl: false,
|
streetViewControl: false,
|
||||||
};
|
};
|
||||||
map = new google.maps.Map(document.getElementById('mcmap'), mapOptions);
|
map = new google.maps.Map(document.getElementById('mcmap'), mapOptions);
|
||||||
|
|||||||
Reference in New Issue
Block a user