Use JSDoc's stock event documentation

This commit is contained in:
ahocevar
2014-03-25 18:21:08 +01:00
parent f37245963c
commit 7e850ca33d
8 changed files with 32 additions and 66 deletions

View File

@@ -153,14 +153,11 @@ ol.MapProperty = {
* The above snippet creates a map with a MapQuest OSM layer on a 2D view and
* renders it to a DOM element with the id `map`.
*
* In addition to the events listed below, the map relays
* {@link ol.MapBrowserEvent} events.
*
* @constructor
* @extends {ol.Object}
* @param {olx.MapOptions} options Map options.
* @event moveend Triggered after the map is moved.
* @event postrender Triggered after a map frame is rendered.
* @fires {@link ol.MapEvent} ol.MapEvent
* @fires {@link ol.MapBrowserEvent} ol.MapBrowserEvent
* @todo stability experimental
* @todo observable layergroup {ol.layer.LayerGroup} a layer group containing
* the layers in this map.