aboutsummaryrefslogtreecommitdiffstats
path: root/auto-bookmark.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto-bookmark.js')
-rw-r--r--auto-bookmark.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-bookmark.js b/auto-bookmark.js
index 96ed9dc..537277c 100644
--- a/auto-bookmark.js
+++ b/auto-bookmark.js
@@ -70,7 +70,7 @@ let INFO = xml`
(function () {
const bookmarks = storage.newMap('auto-bookmark-bookmarks', {store: true});
- const watching = {};
+ let watching = {};
let pendingJump = null;
if (!__context__.Previous)