Making linter and Travis happy
This commit is contained in:
@@ -21,7 +21,7 @@ goog.require('ol.control.Control');
|
|||||||
ol.control.Zoom = function(map, opt_zoomDelta) {
|
ol.control.Zoom = function(map, opt_zoomDelta) {
|
||||||
|
|
||||||
goog.base(this, map);
|
goog.base(this, map);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {number}
|
* @type {number}
|
||||||
* @private
|
* @private
|
||||||
@@ -92,6 +92,8 @@ ol.control.Zoom.prototype.handleOut_ = function(browserEvent) {
|
|||||||
browserEvent.preventDefault();
|
browserEvent.preventDefault();
|
||||||
this.getMap().zoom(-this.zoomDelta_);
|
this.getMap().zoom(-this.zoomDelta_);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user