Merge pull request #2133 from fredj/ol.ObjectEvent.key

Export ol.ObjectEvent#key property
This commit is contained in:
Frédéric Junod
2014-06-02 11:27:25 +02:00
+1
View File
@@ -50,6 +50,7 @@ ol.ObjectEvent = function(type, key) {
/** /**
* The name of the property whose value is changing. * The name of the property whose value is changing.
* @type {string} * @type {string}
* @todo api
*/ */
this.key = key; this.key = key;