From 16e132caeae8eb3f651527723bc086119281e3d3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 5 Apr 2019 17:21:23 +0200 Subject: [PATCH] Mark new animate_ method private --- src/ol/View.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/View.js b/src/ol/View.js index e913348690..1628fc83b9 100644 --- a/src/ol/View.js +++ b/src/ol/View.js @@ -457,6 +457,7 @@ class View extends BaseObject { } /** + * @private * @param {...(AnimationOptions|function(boolean): void)} var_args Animation options. */ animate_(var_args) {