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:
@@ -35,6 +35,7 @@ ol.source.SourceOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.Observable}
|
||||
* @fires change Triggered when the state of the source changes.
|
||||
* @param {ol.source.SourceOptions} options Source options.
|
||||
*/
|
||||
ol.source.Source = function(options) {
|
||||
|
||||
Reference in New Issue
Block a user