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
@@ -13,6 +13,7 @@ goog.require('ol.source.Source');
* @constructor
* @extends {ol.layer.Base}
* @fires ol.render.Event
* @fires change Triggered when the state of the source changes.
* @param {olx.layer.LayerOptions} options Layer options.
* @todo api
*/
+2
View File
@@ -27,6 +27,8 @@ ol.layer.GroupProperty = {
/**
* @constructor
* @extends {ol.layer.Base}
* @fires change Triggered when the state of the source of any of the layers of
* this group changes
* @param {olx.layer.GroupOptions=} opt_options Layer options.
* @todo api
*/