diff options
author | anekos | 2011-09-28 12:26:45 +0900 |
---|---|---|
committer | anekos | 2011-09-28 12:26:45 +0900 |
commit | a574a110beb40f45c23190927fe59b761b76bc60 (patch) | |
tree | 457ef51157975a862f00c545a9fc009ab6d36613 /direct_bookmark.js | |
parent | abd1b66518f9720a08cfb854a04b5106106bb338 (diff) | |
download | vimperator-plugins-a574a110beb40f45c23190927fe59b761b76bc60.tar.bz2 |
新しい引数使うように
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 7196006..dda59ce 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -583,7 +583,7 @@ for Migemo search: require XUL/Migemo Extension });
});
d.next(function(tags){liberator.plugins.direct_bookmark.tags = tags.filter(function(e,i,a) a.indexOf(e) == i).sort()})
- .error(function(e){liberator.echoerr("direct_bookmark.js: Exception throwed! " + e)});
+ .error(function(e){liberator.echoerr(e, null, "direct_bookmark.js: ")});
return first;
}
function getTags(arg){
|