Changeset 3730
- Timestamp:
- 07/13/07 09:36:16 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js
r3545 r3730 63 63 try { //do not crash! 64 64 this.mapObject = new YMap(this.div, this.type); 65 this.mapObject.disableKeyControls(); 65 66 } catch(e) {} 66 67 },
