I am using google.maps.places.Autocomplete.  Recently, I am getting the 
following JavaScript error shown in the FireBug console.

ReferenceError: V is not defined


 ...,function(a,b){V("places_impl",N(this,function(){this.Sa.getDetails(a,b
)}))});G....


{main,p... > eval (line 1)

ReferenceError: rd is not defined


In an attempt to troubleshoot, I added the following script, and received 
the following results.

window.onerror=function(msg, url, linenumber){
 alert('Error message: '+msg+'\nURL: '+url+'\nLine Number: '+linenumber);
 return true
} 



Error message: Script error.
URL: 
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/17/3/%7Bmain,places%7D.js
 
line 53 > eval
Line Number: 0

If I disable Firebug (or use another browser), I do not get the error.

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/d4b7989d-132d-47d9-846a-b0024e57425a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to