Ticket #676: yahoo.patch
| File yahoo.patch, 434 bytes (added by crschmidt, 1 year ago) |
|---|
-
lib/OpenLayers/Layer/Yahoo.js
old new 46 46 loadMapObject:function() { 47 47 try { //do not crash! 48 48 this.mapObject = new YMap(this.div, this.type); 49 this.mapObject.disableKeyControls(); 49 50 } catch(e) {} 50 51 }, 51 52
