From c9da5d5fbd76de2060601b7cc43afc9fc912a426 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 21 Mar 2015 23:25:46 +0900 Subject: Nyaps --- auto-bookmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3