Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin McKean <erin@wordnik.com>2022-08-26 22:48:48 +0300
committerGitHub <noreply@github.com>2022-08-26 22:48:48 +0300
commit54b22d81f8f9fca735a8253c6fe4beb8988bba2e (patch)
tree90b156943f8e2a38fbd1b5dd04407c1eb0faf1da
parent9ec1e45f3ed0446b7fd06fa2a30122faacec658a (diff)
unconsting variablemarkmap-prism
-rw-r--r--assets/js/markmap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/markmap.js b/assets/js/markmap.js
index e703517..cf037ba 100644
--- a/assets/js/markmap.js
+++ b/assets/js/markmap.js
@@ -9,7 +9,7 @@
return $('<div class="markmap">').text($(this).text());
});
- const { markmap } = window;
+ let { markmap } = window;
if(needMarkmap) {
markmap = {
autoLoader : {