Add old value to property change events

This commit is contained in:
Éric Lemoine
2014-10-23 17:16:33 +02:00
parent 45967992fb
commit 6d095bdf7c
3 changed files with 136 additions and 44 deletions

View File

@@ -55,10 +55,18 @@ oli.DrawEvent.prototype.feature;
oli.ObjectEvent = function() {};
/** @type {string} */
/**
* @type {string}
*/
oli.ObjectEvent.prototype.key;
/**
* @type {*}
*/
oli.ObjectEvent.prototype.oldValue;
/**
* @interface