Convert ol.ObjectEvent#getKey method into key property
This commit is contained in:
@@ -18,6 +18,15 @@ oli.CollectionEvent = function() {};
|
||||
oli.CollectionEvent.prototype.element;
|
||||
|
||||
|
||||
/** @interface */
|
||||
oli.ObjectEvent;
|
||||
|
||||
|
||||
/** @type {string} */
|
||||
oli.ObjectEvent.prototype.key;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user