Convert ol.ObjectEvent#getKey method into key property

This commit is contained in:
Tom Payne
2014-01-23 20:03:39 +01:00
parent 45350a34ed
commit 37351c530c
5 changed files with 27 additions and 30 deletions
+9
View File
@@ -18,6 +18,15 @@ oli.CollectionEvent = function() {};
oli.CollectionEvent.prototype.element;
/** @interface */
oli.ObjectEvent;
/** @type {string} */
oli.ObjectEvent.prototype.key;
/**
* @interface
*/