fix wrong comment in Cluster Strategy non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10463 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-07-08 08:22:19 +00:00
parent 42b003669c
commit 28a7776d04

View File

@@ -118,7 +118,7 @@ OpenLayers.Strategy.Cluster = OpenLayers.Class(OpenLayers.Strategy, {
* with a batch of features to be clustered.
*
* Returns:
* {Boolean} False to stop layer from being added to the layer.
* {Boolean} False to stop feature from being added to the layer.
*/
cacheFeatures: function(event) {
var propagate = true;