Changeset 251
- Timestamp:
- 04/11/07 18:46:06 (2 years ago)
- Files:
-
- trunk/as2/lib/com/modestmaps/Map.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/as2/lib/com/modestmaps/Map.as
r233 r251 551 551 var maxLon:Number = Math.max(minL.lon, maxL.lon); 552 552 553 getURL('javascript: modestMaps.copyright("'+__mapProvider.toString()+'", '+cenL.lat+', '+cenL.lon+', '+minLat+', '+minLon+', '+maxLat+', '+maxLon+', '+grid.zoomLevel+')');553 getURL('javascript:try{modestMaps.copyright("'+__mapProvider.toString()+'", '+cenL.lat+', '+cenL.lon+', '+minLat+', '+minLon+', '+maxLat+', '+maxLon+', '+grid.zoomLevel+');}catch(e){void(0);};void(0);'); 554 554 } 555 555
