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