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
This commit is contained in:
euzuro
2006-05-18 19:17:12 +00:00
parent b7e043df92
commit 78ba803e36

View File

@@ -50,6 +50,13 @@ OpenLayers.Tile.prototype = {
remove:function() {
},
/**
* @type OpenLayers.Pixel
*/
getPosition: function() {
return this.position;
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Tile"
};