Better document which events are fired

The map does not fire ol.render.Event#render. Change events are
now only listed for classes that fire them, and a description
about when they are fired is added.
This commit is contained in:
Andreas Hocevar
2014-05-15 20:28:09 +02:00
parent a75d944311
commit b2805c58de
9 changed files with 11 additions and 3 deletions

View File

@@ -158,7 +158,8 @@ ol.MapProperty = {
* @param {olx.MapOptions} options Map options.
* @fires ol.MapBrowserEvent
* @fires ol.MapEvent
* @fires ol.render.Event
* @fires ol.render.Event#postcompose
* @fires ol.render.Event#precompose
* @todo api
*/
ol.Map = function(options) {