aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
authoranekos2008-11-27 04:22:10 +0000
committeranekos2008-11-27 04:22:10 +0000
commitcc153e5645a9be30b17f24a5a2f28200db6c2b26 (patch)
treee2104d44a4590d7aeeee972e8db91078b4e56168 /bitly.js
parent2416dd87e154a4176840a5f01e311886ca402be2 (diff)
downloadvimperator-plugins-cc153e5645a9be30b17f24a5a2f28200db6c2b26.tar.bz2
Follow CVS Head
etc git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25067 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'bitly.js')
-rw-r--r--bitly.js4
1 files changed, 2 insertions, 2 deletions
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
);
// 外から使えるように