Mark propertychange as stable

This commit is contained in:
Tim Schaub
2015-04-02 12:04:01 +02:00
parent d541ae49d0
commit 11ac778b29

View File

@@ -23,7 +23,7 @@ ol.ObjectEventType = {
/**
* Triggered when a property is changed.
* @event ol.ObjectEvent#propertychange
* @api
* @api stable
*/
PROPERTYCHANGE: 'propertychange'
};