Thank you for collaboration, Rossko: I hope this will be useful for
Maps API and not only for my code.

First of all, version: I'm using 3.4.

Using Firebug, I get:
--- d is undefined
--- http://maps.gstatic.com/intl/it_ALL/mapfiles/api-3/4/0a/main.js
--- Line 61 (61 out of range 39)
I cannot access stack, it looks empty (sorry for my inexperience)

Something better, using Visual Studio and IE8:
I get a error in Ec function (which code I wrote in my first message),
because of 4th argument is undefined, but it seems should be an
object;
going up and up in the stack, I arrive at first call, in main.js:
function Zd(a){return a.f=function(b){if(!b)b=m.event;if(b&&!
b[Tb])try{b.target=b.srcElement}catch(c){}var d=a.e[cc](a.b,
[b]);if(b&&Q==b[x])if((b=b.srcElement)&&"A"==b[dc]&&"javascript:void(0)"==b.href)return
l;return d}}
The error is in statement "var d=a.e[cc](a.b,[b]);", that is
"undefined is null or is not an object".

On 10 Feb, 13:25, Rossko <[email protected]> wrote:
> > To know something about "eC" function and its argument "d" could help
> > me to find a way to reproduce exactly the problem, simplifying your
> > debugging work.
>
> It would be different in every version of the API.  We don't know what
> version you are using.
> Use a debugger that allows you to see the stack of function calls -
> like Firebug - so that you can find out where the mystery function
> gets called from.  This will probably reveal what it is supposed to.
> Now you can look at what is being passed to it through the stack -
> undefined variables , or strings instead of numbers perhaps.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to