Merge pull request #2245 from sweco-sebhar/patch-1

Make `ol.Observable#getRevision` exportable.
This commit is contained in:
Tim Schaub
2014-06-25 10:53:18 -04:00
+1
View File
@@ -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_;