From bdd3fe8448fa7fa54af8e13a10ccdfc2f48c7316 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 16 May 2006 17:50:28 +0000 Subject: [PATCH] new code seems to be using 'who()' function instead of 'getName()' git-svn-id: http://svn.openlayers.org/trunk/openlayers@42 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Tile.js b/lib/OpenLayers/Tile.js index 0094678951..8cf4969b62 100644 --- a/lib/OpenLayers/Tile.js +++ b/lib/OpenLayers/Tile.js @@ -41,7 +41,7 @@ OpenLayers.Tile.prototype = { // HACK HACK - should we make it a standard to put this sort of warning // message in functions that are supposed to be overridden? // - // ol.Log.warn(this.getName() + ": draw() not implemented"); + // ol.Log.warn(this.who() + ": draw() not implemented"); },