From c13c96fc58a45c9d75911b80ae49c99b11e75ea5 Mon Sep 17 00:00:00 2001 From: drry Date: Sat, 1 Nov 2008 22:30:13 +0000 Subject: * あえての control'''l''' のようなので戻してみました。 * ほか。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22554 d0d07461-0603-4401-acd4-de1884942a52 --- youtubeamp.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtubeamp.js') 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 * @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) -- cgit v1.2.3