Making linter and Travis happy

This commit is contained in:
ahocevar
2012-09-27 12:18:05 +02:00
parent caaec7c366
commit 26e3179b2e
+2
View File
@@ -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
*/ */