From 78ba803e36b0e401a2e0ecc95967e0cef9dd8143 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 18 May 2006 19:17:12 +0000 Subject: [PATCH] this guy was supposed to get updated in [167]. typo on the commit. git-svn-id: http://svn.openlayers.org/trunk/openlayers@168 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/OpenLayers/Tile.js b/lib/OpenLayers/Tile.js index 9875e21c16..a011659db0 100644 --- a/lib/OpenLayers/Tile.js +++ b/lib/OpenLayers/Tile.js @@ -50,6 +50,13 @@ OpenLayers.Tile.prototype = { remove:function() { }, + /** + * @type OpenLayers.Pixel + */ + getPosition: function() { + return this.position; + }, + /** @final @type String */ CLASS_NAME: "OpenLayers.Tile" };