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
+1
View File
@@ -46,6 +46,7 @@ ol.geom.GeometryLayout = {
/**
* @constructor
* @extends {ol.Observable}
* @fires change Triggered when the geometry changes.
* @todo api
*/
ol.geom.Geometry = function() {