From 54f37fe30a257ba84865b36d78a564da232c0f82 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 16 Jul 2006 17:07:44 +0000 Subject: [PATCH] oops. carryover from google.js copy :-( git-svn-id: http://svn.openlayers.org/trunk/openlayers@952 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/VirtualEarth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index 3597570942..2385138405 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -324,9 +324,9 @@ OpenLayers.Layer.VirtualEarth.prototype = * VE-compatible Pixel is an x & y property, which every * OpenLayers.Pixel has by default. So just leave it as-is. * - * @type GPoint + * @type Pixel */ - getGPointFromOLPixel: function(olPixel) { + getPixelFromOLPixel: function(olPixel) { return olPixel; },