Export ol.Observable#dispatchEvent function

This commit is contained in:
Frederic Junod
2015-09-10 15:47:06 +02:00
parent e88f06b70f
commit 946ef8878d

View File

@@ -61,6 +61,18 @@ ol.Observable.prototype.changed = function() {
*/
/**
* Dispatches an event and calls all listeners listening for events
* of this type. The event parameter can either be a string or an
* Object with a `type` property.
*
* @param {goog.events.EventLike} event Event object.
* @function
* @api
*/
ol.Observable.prototype.dispatchEvent;
/**
* Get the version number for this object. Each time the object is modified,
* its version number will be incremented.