Add stability annotation to ol.Observable

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

View File

@@ -30,7 +30,7 @@ goog.inherits(ol.Observable, goog.events.EventTarget);
/**
* FIXME empty description for jsdoc
* @todo stability experimental
*/
ol.Observable.prototype.dispatchChangeEvent = function() {
++this.revision_;
@@ -40,6 +40,7 @@ ol.Observable.prototype.dispatchChangeEvent = function() {
/**
* @return {number} Revision.
* @todo stability experimental
*/
ol.Observable.prototype.getRevision = function() {
return this.revision_;