From 63e0242ca9e66bdd82085b6208f97ce985ffb1b0 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 11 Jul 2006 14:54:34 +0000 Subject: [PATCH] update comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@933 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index 9277435259..4354d41c63 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -125,7 +125,7 @@ OpenLayers.Layer.prototype = { * have to do some init work in that case. */ moveTo: function (bound, zoomChanged) { - //this function should be implemented by all subclasses. + //this function can be implemented by subclasses. }, /** Set the map property for the layer. This is done through an accessor