From a13fc8ce8081c1a97419b8dc65463a3bbb9b7d35 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 25 Mar 2010 14:30:56 +0000 Subject: l おおいで && 情報抜け追加 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37094 d0d07461-0603-4401-acd4-de1884942a52 --- video-controller.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'video-controller.js') diff --git a/video-controller.js b/video-controller.js index e90ab61..631d84f 100755 --- a/video-controller.js +++ b/video-controller.js @@ -35,15 +35,15 @@ THE POSSIBILITY OF SUCH DAMAGE. // PLUGIN_INFO {{{ let PLUGIN_INFO = - --- - --- - --- - --- - --- + VideoController + VideoController + Add :videocontrol command for HTML5 video. + HTML5 Video のために :videocontrol コマンドを追加する。 + 1.0.0 anekos new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) - {'http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/' + __context__.PATH.match(/[^\\\/]+\.js$/)} + http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/video-controller.js 2.3 2.3 anekos New BSD License - :videocontroll - :videocontroll command arguments... + :videocontrol + :videocontrol command arguments...

@@ -76,15 +76,15 @@ let INFO =
anekos New BSD License - :videocontroll - :videocontroll command arguments... + :videocontrol + :videocontrol command arguments...

@@ -125,7 +125,7 @@ let INFO = commands.addUserCommand( ['videocontrol'], - 'Controll HTML5 Videos', + 'Control HTML5 Videos', function (args) { lastArgs = args; hints.show(HintName); -- cgit v1.2.3