Strategy and protocol ndoc cleanup. (see #1738)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8026 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-09-17 17:30:01 +00:00
parent babc2a0410
commit 9dd35b03b8
3 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -11,7 +11,7 @@ OpenLayers.Strategy = OpenLayers.Class({
/**
* Property: layer
* {<OpenLayers.Layer.Vector>}
* {<OpenLayers.Layer.Vector>} The layer this strategy belongs to.
*/
layer: null,
@@ -69,7 +69,8 @@ OpenLayers.Strategy = OpenLayers.Class({
},
/**
* Method: setLayer.
* Method: setLayer
* Called to set the <layer> property.
*
* Parameters:
* {<OpenLayers.Layer.Vector>}