Add better docs to clearMarkers function.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3657 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-09 18:38:50 +00:00
parent 249a9f6a4d
commit 845bc07764

View File

@@ -109,6 +109,8 @@ OpenLayers.Layer.Markers.prototype =
/**
* Method: clearMarkers
* This method removes all markers from a layer. The markers are not
* destroyed by this function, but are removed from the list of markers.
*/
clearMarkers: function() {
if (this.markers != null) {