I am new to javascript and created a script that works in webkit but not in firefox. When I check for errors in firebug, I get the following:
google.maps.Geocoder is not a constructor
$('.to, .from').geo_autocomplete(new google.maps.Geocoder, {
what does it mean?
source
share