From cc153e5645a9be30b17f24a5a2f28200db6c2b26 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 27 Nov 2008 04:22:10 +0000 Subject: Follow CVS Head etc git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25067 d0d07461-0603-4401-acd4-de1884942a52 --- bitly.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitly.js') diff --git a/bitly.js b/bitly.js index 08d004c..3cf9cb1 100644 --- a/bitly.js +++ b/bitly.js @@ -25,7 +25,6 @@ return !callback && req.responseText; } - // commands.removeUserCommand('bitly'); commands.addUserCommand( ['bitly'], 'Copy bitly url', @@ -35,7 +34,8 @@ util.copyToClipboard(short); liberator.echo('`' + short + "' was copied to clipboard."); }); - } + }, + true ); // 外から使えるように -- cgit v1.2.3