Merge pull request #2245 from sweco-sebhar/patch-1
Make `ol.Observable#getRevision` exportable.
This commit is contained in:
@@ -47,6 +47,7 @@ ol.Observable.prototype.dispatchChangeEvent = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {number} Revision.
|
* @return {number} Revision.
|
||||||
|
* @todo api
|
||||||
*/
|
*/
|
||||||
ol.Observable.prototype.getRevision = function() {
|
ol.Observable.prototype.getRevision = function() {
|
||||||
return this.revision_;
|
return this.revision_;
|
||||||
|
|||||||
Reference in New Issue
Block a user