Wehn the naturaldocs sandbox got merged, a small typo resulted in making

the VE Layer unusable: 'getMa' got dropped accidentally. (Yes, I'm a rebel,
I'm committing without a ticket, because this is obvious and I feel like it.)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@3793 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-24 06:35:35 +00:00
parent e0f96f888f
commit c80818612c

View File

@@ -265,7 +265,7 @@ OpenLayers.Layer.VirtualEarth = OpenLayers.Class(
* Return:
* {Object} MapObject Pixel from x and y parameters
*/
pObjectPixelFromXY: function(x, y) {
getMapObjectPixelFromXY: function(x, y) {
return new Msn.VE.Pixel(x, y);
},