incorporate suggestions by @ahocevar and @elemoine

This commit is contained in:
Bart van den Eijnden
2012-11-07 11:56:04 +01:00
parent a4df9a871b
commit 8cc0cdc6a1
2 changed files with 10 additions and 10 deletions

View File

@@ -86,13 +86,13 @@ OpenLayers.Layer = OpenLayers.Class({
* element - {DOMElement} A reference to layer.events.element.
*
* Supported map event types:
* loadstart - Triggered when layer loading starts. When using Fixed or
* BBOX strategies, the event object includes a *filter* property
* holding the OpenLayers.Filter used when calling read on the
* protocol.
* loadend - Triggered when layer loading ends. When using Fixed or BBOX
* strategies, the event object includes a *response* property holding
* an OpenLayers.Protocol.Response object.
* loadstart - Triggered when layer loading starts. When using a Vector
* layer with a Fixed or BBOX strategy, the event object includes
* a *filter* property holding the OpenLayers.Filter used when
* calling read on the protocol.
* loadend - Triggered when layer loading ends. When using a Vector layer
* with a Fixed or BBOX strategy, the event object includes a
* *response* property holding an OpenLayers.Protocol.Response object.
* visibilitychanged - Triggered when layer visibility is changed.
* move - Triggered when layer moves (triggered with every mousemove
* during a drag).