Add stability annotation to ol.Object#getProperties

This commit is contained in:
Tom Payne
2014-02-03 14:43:40 +01:00
parent 00962d69f1
commit 2b42e89580

View File

@@ -343,6 +343,7 @@ ol.Object.prototype.getKeys = function() {
/**
* Get an object of all property names and values.
* @return {Object.<string, *>} Object.
* @todo stability experimental
*/
ol.Object.prototype.getProperties = function() {
var properties = {};