diff --git a/src/ol/object.js b/src/ol/object.js index 0d643536cf..48252f88ad 100644 --- a/src/ol/object.js +++ b/src/ol/object.js @@ -343,6 +343,7 @@ ol.Object.prototype.getKeys = function() { /** * Get an object of all property names and values. * @return {Object.} Object. + * @todo stability experimental */ ol.Object.prototype.getProperties = function() { var properties = {};