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"); },