diff options
author | anekos | 2012-04-09 02:52:14 +0900 |
---|---|---|
committer | anekos | 2012-04-09 02:52:14 +0900 |
commit | 32c580921b0ceb2df15273734406f4bb64544017 (patch) | |
tree | 8e5d607fd6bd642cfb4cd6ad1c813421e957e597 /direct_bookmark.js | |
parent | 9a2f4670f35fd874ebb4be3f20e2d0de87271263 (diff) | |
download | vimperator-plugins-32c580921b0ceb2df15273734406f4bb64544017.tar.bz2 |
Nyaaaps
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r-- | direct_bookmark.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js index b9ed189..5d15112 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -601,7 +601,7 @@ for Migemo search: require XUL/Migemo Extension let (_tags = {}, _empty = true) {
__context__.tags = {
- __iterator__: function () (v for ([v, ] in Iterator(_tags))),
+ __iterator__: function () Iterator(_tags, true),
update: function (atags) {
_tags = {};
_empty = atags.length === 0;
|