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
This commit is contained in:
@@ -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");
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user