Convert ol.CollectionEvent#getElement method into element property

This commit is contained in:
Tom Payne
2014-01-23 18:30:36 +01:00
parent 1e52d30d59
commit 3d68a3550e
6 changed files with 28 additions and 29 deletions
+9
View File
@@ -9,6 +9,15 @@
var oli;
/** @interface */
oli.CollectionEvent = function() {};
/** @type {*} */
oli.CollectionEvent.prototype.element;
/**
* @interface
*/