On Dec 15, 12:24 pm, Nerdiculous <nerdicul...@googlemail.com> wrote: > > <nerdicul...@googlemail.com> wrote: > > why I've just to define the __proto property for all objects and then it's > > gone? > > Today I'm going to have a look at the sources - googles and our ones - > again. Maybe there's a part we just haven't accounted yet. Especially > the __proto property seems to be a good point of entry...
Do you mean __proto__? With two underscores at both ends, it is the internal reference to the object from which properties are inherited. See https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/The_Employee_Example/Object_Properties/Inheriting_Properties It seems reasonable that altering this can change inheritance. It's probably also necessary to be very careful which objects you set this for! Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---