On Apr 28, 7:54 am, "Susannah (Google Employee)" <[email protected]> wrote:
> Please report in the group if you see any regression > issues. IE started to throw an unknown error on pages where the script is loaded inline (without init() function). The error points to: if(document[px]) which seems to be document.namespaces; I got rid of the error by calling document.namespaces on the first line of my script. // a hack to avoid unexpected "document.namespaces is undefined" errors with IE var justForIE = document.namespaces; The error can be seen e.g. here: http://esa.easypagez.com/v3boundsbox/ At least with my IE8 XP in both modes (7/8). -- 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.
