diff options
author | anekos | 2015-03-21 23:25:46 +0900 |
---|---|---|
committer | anekos | 2015-03-21 23:25:46 +0900 |
commit | c9da5d5fbd76de2060601b7cc43afc9fc912a426 (patch) | |
tree | 5a033f9a12b011577a929c84dd2a333d873b2eb1 /auto-bookmark.js | |
parent | ebbd6efbe3ebd06e8ec5bfc8580dd66b611b327d (diff) | |
download | vimperator-plugins-c9da5d5fbd76de2060601b7cc43afc9fc912a426.tar.bz2 |
Nyaps
Diffstat (limited to 'auto-bookmark.js')
-rw-r--r-- | auto-bookmark.js | 2 |
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) |