javascript not working for multi-location on map
Posted: Wed Jul 16, 2014 2:33 pm
var locationHelper = {
checkLocation : function(prop) {
return prop == 'location';
},
aLocations : new Array()
};
It says "the array literal notation is preferable"
and its underlining the "(" after array.