Changeset 4793
- Timestamp:
- 10/03/07 16:11:50 (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
r4223 r4793 92 92 this.mapObject = new YMap(this.div, this.type, size); 93 93 this.mapObject.disableKeyControls(); 94 this.mapObject.disableDragMap(); 94 95 } catch(e) {} 95 96 },
