diff --git a/debug/tests/detached-dom-memory-leak.html b/debug/tests/detached-dom-memory-leak.html index b2fd18df4..fc8d47624 100644 --- a/debug/tests/detached-dom-memory-leak.html +++ b/debug/tests/detached-dom-memory-leak.html @@ -19,7 +19,7 @@ if(mapDiv) mapDiv.parentNode.removeChild(mapDiv); // This will destroy the map div // create new map div - var randomDivId = 'mapId' + new Date().getTime(); + var randomDivId = 'map' + new Date().getTime(); mapDiv = document.createElement('div'); mapDiv.id = randomDivId; mapDiv.style.height = '200px'; diff --git a/docs/examples/quick-start/example-basic.md b/docs/examples/quick-start/example-basic.md index 16918a37a..d9e291b45 100644 --- a/docs/examples/quick-start/example-basic.md +++ b/docs/examples/quick-start/example-basic.md @@ -3,10 +3,10 @@ layout: tutorial_frame title: Quick Start customMapContainer: "true" --- -
+