From f5a39b05f707f982f0784124062494309dfb7c84 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 3 Jul 2007 16:12:11 +0000 Subject: [PATCH] fix nd git-svn-id: http://svn.openlayers.org/trunk/openlayers@3564 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/BaseTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/BaseTypes.js b/lib/OpenLayers/BaseTypes.js index dba8aa955e..898f955938 100644 --- a/lib/OpenLayers/BaseTypes.js +++ b/lib/OpenLayers/BaseTypes.js @@ -91,8 +91,8 @@ OpenLayers.Pixel.prototype = { x: 0.0, /** - * APIProperty: x - * {Number} The x coordinate + * APIProperty: y + * {Number} The y coordinate */ y: 0.0,