It could be related to issue 7528

There is a test Firebug build with patch included, see here:
https://code.google.com/p/fbug/issues/detail?id=7528#c3

Can you try it?
Does it solve your problem?

Honza

On Tuesday, June 17, 2014 3:05:11 PM UTC+2, villa...@gmail.com wrote:
>
> 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 firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
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/7ff129e3-9e0e-49fe-826d-8bf13e589995%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to