diff options
author | drry | 2008-11-01 22:30:13 +0000 |
---|---|---|
committer | drry | 2008-11-01 22:30:13 +0000 |
commit | c13c96fc58a45c9d75911b80ae49c99b11e75ea5 (patch) | |
tree | e33c39161d9d6833eb4076b9decd79f90ecc02ea /youtubeamp.js | |
parent | edb046a78aa11c6f70dba107326596119eadbe67 (diff) | |
download | vimperator-plugins-c13c96fc58a45c9d75911b80ae49c99b11e75ea5.tar.bz2 |
* あえての control'''l''' のようなので戻してみました。
* ほか。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22554 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'youtubeamp.js')
-rw-r--r-- | youtubeamp.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtubeamp.js b/youtubeamp.js index 7b269ea..f033df6 100644 --- a/youtubeamp.js +++ b/youtubeamp.js @@ -6,7 +6,7 @@ * @author janus_wel <janus_wel@fb3.so-net.ne.jp> * @version 0.12 * @minversion 2.0pre 2008/10/16 - * ==VimperatorPlugin== + * ==/VimperatorPlugin== * * LICENSE * New BSD License @@ -287,7 +287,7 @@ liberator.modules.commands.addUserCommand( liberator.modules.commands.addUserCommand( ['ytseek'], - 'control seek bar', + 'controll seek bar', function(args, special) { try { var arg = (args.arguments.length > 1) @@ -304,7 +304,7 @@ liberator.modules.commands.addUserCommand( liberator.modules.commands.addUserCommand( ['ytvolume'], - 'control volume', + 'controll volume', function(args, special) { try { var arg = (args.arguments.length > 1) |