Export ol.ObjectEvent#key property

This commit is contained in:
Frederic Junod
2014-05-28 09:18:59 +02:00
parent d9c5e0c1ba
commit b3de1b927a

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;