On Apr 14, 2009, at 3:24 PM, [email protected] wrote:
> The problem is this: The code used to work fine and it would draw all
> the poly lines correctly. With NO changes to the code,

Honestly no changes, or just no changes you expect to have caused  
errors? People make that claim all the time...

Anyhow, this line (line 21, GoogleMaps.js):

var typeRegex = RegExp("^" + type + ".*$", "g");

is what chokes in Safari. The "type" variable is undefined. Later in  
the js, you have some functions that take "type" as an argument  
(combinationType, adjustAnd, removeFilter, etc), so maybe someone  
pulled that line out of a function and thought the "type" variable was  
global?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to