diff options
author | momolab | 2008-10-27 06:58:50 +0000 |
---|---|---|
committer | momolab | 2008-10-27 06:58:50 +0000 |
commit | 3aa686e2cfe5a8505ed3d0a65dd48603e0f7d31b (patch) | |
tree | 222dfa53e24b466a6f57bcf351c394f6391ce3ea /direct_hb.js | |
parent | e8e8c3772acca20d4c2576ee3b09ad0271d48148 (diff) | |
download | vimperator-plugins-3aa686e2cfe5a8505ed3d0a65dd48603e0f7d31b.tar.bz2 |
follow latest vimperator.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22222 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'direct_hb.js')
-rw-r--r-- | direct_hb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/direct_hb.js b/direct_hb.js index e8313c5..8624d69 100644 --- a/direct_hb.js +++ b/direct_hb.js @@ -180,11 +180,11 @@ xhr.setRequestHeader("Content-Type","application/atom+xml");
xhr.send(request.toString());
}
- liberator.commands.addUserCommand(['hbtags'],"Update HatenaBookmark Tags",
+ commands.addUserCommand(['hbtags'],"Update HatenaBookmark Tags",
getTags,
{}
);
- liberator.commands.addUserCommand(['hb'],"Post to HatenaBookmark",
+ commands.addUserCommand(['hb'],"Post to HatenaBookmark",
function(arg){
try {
var passwordManager = Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);
|