From 70e81c7b4b4d8dd1ec6bab4a5a649a72acfa021e Mon Sep 17 00:00:00 2001 From: Mark Phillips Date: Wed, 14 Oct 2020 22:17:21 +0000 Subject: [PATCH] fix typo --- mbgl-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbgl-map.js b/mbgl-map.js index dcee182..286b98b 100644 --- a/mbgl-map.js +++ b/mbgl-map.js @@ -120,7 +120,7 @@ document.addEventListener("DOMContentLoaded", function(){ zoom: 14, minZoom: 0, hash: true, - fadeDuration,: 100 //controls the duration of the fade for text labels and symbols (default 300) + fadeDuration: 100, //controls the duration of the fade for text labels and symbols (default 300) attributionControl: false });