Re: tick is not defined
It's again me, the error still exists! I tried a downgrade to previous
versions - no success, I tested several versions of
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChangelog
Grrrr......
Google, please help us and add the function tick('')!
Regards, Klaus (http://www.gpsies.com/)
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
1 Comments:
This solution works for me:
if( !tick ) {
var tick = function(){};
}
Post a Comment
Subscribe to Post Comments [Atom]
<< Home