From b997839fe73397330c292dcac1e5a65cb3ea8fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Tue, 14 Feb 2017 12:08:13 +0100 Subject: [PATCH] Docstrings: map.panBy has options --- src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/Map.js b/src/map/Map.js index 99c1214d..bf67171e 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -295,7 +295,7 @@ export var Map = Evented.extend({ return this.setView(center, this._zoom, {pan: options}); }, - // @method panBy(offset: Point): this + // @method panBy(offset: Point, options?: Pan options): this // Pans the map by a given number of pixels (animated). panBy: function (offset, options) { offset = toPoint(offset).round();