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

@@ -31,8 +31,7 @@ goog.inherits(ol.Observable, goog.events.EventTarget);
/**
* Dispatches a `change` event. Register a listener for this event to get
* notified of changes.
* Dispatches a `change` event.
* @fires change
* @todo api
*/