Use @observable annotation instead of @todo observable

This commit is contained in:
Tim Schaub
2014-07-05 15:51:13 -04:00
parent fd659d63e9
commit d99a61545c
20 changed files with 82 additions and 97 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ ol.Collection.prototype.item = function(index) {
/**
* Get the length of this collection.
* @return {number} The length of the array.
* @todo observable
* @observable
* @api stable
*/
ol.Collection.prototype.getLength = function() {