My next statement sets b = 2.220446049250313e-16 On Tue, Jun 15, 2010 at 8:24 AM, Nathan Raley <[email protected]> wrote:
> I receive an invalid argument. > > It highlights: > b(a[c],c) > > My locals are: > this > a > b > c > d > > this is a DisplayHTMLWindow2 which I am assuming is my javascript error > message. > > It's on thread 1208. > > Not sure how to pull much else out of this with it being compressed code > and not being able to see what the actual functions and objects are called. > B won't let me expand it and the only thing I can expand is the a. > > > > On Mon, Jun 14, 2010 at 11:40 PM, William <[email protected]> wrote: > >> On Jun 15, 7:57 am, Nathan Raley <[email protected]> wrote: >> > >> > I'm just not sure as to >> > what that line 8 is actually trying to do that would be causing this. >> > >> >> the source code above N(a,b) is called the "map" function in higher >> order programming, so you really need to know the function b() which >> is being applied to each element of a. What does the visual studio >> debugger say? >> >> http://en.wikipedia.org/wiki/Map_(higher-order_function) >> >> ... >> >> -- >> 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]<google-maps-js-api-v3%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> >> > -- 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.
