Add stability annotation to ol.Object#getProperties
This commit is contained in:
@@ -343,6 +343,7 @@ ol.Object.prototype.getKeys = function() {
|
|||||||
/**
|
/**
|
||||||
* Get an object of all property names and values.
|
* Get an object of all property names and values.
|
||||||
* @return {Object.<string, *>} Object.
|
* @return {Object.<string, *>} Object.
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.Object.prototype.getProperties = function() {
|
ol.Object.prototype.getProperties = function() {
|
||||||
var properties = {};
|
var properties = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user