oops. carryover from google.js copy :-(

git-svn-id: http://svn.openlayers.org/trunk/openlayers@952 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-16 17:07:44 +00:00
parent d15d941d68
commit 54f37fe30a
+2 -2
View File
@@ -324,9 +324,9 @@ OpenLayers.Layer.VirtualEarth.prototype =
* VE-compatible Pixel is an x & y property, which every * VE-compatible Pixel is an x & y property, which every
* OpenLayers.Pixel has by default. So just leave it as-is. * OpenLayers.Pixel has by default. So just leave it as-is.
* *
* @type GPoint * @type Pixel
*/ */
getGPointFromOLPixel: function(olPixel) { getPixelFromOLPixel: function(olPixel) {
return olPixel; return olPixel;
}, },