From 9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2 Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 27 Aug 2009 12:37:51 +0000
Subject: Follow HEAD for
http://vimperator.org/trac/gitweb/?p=liberator.git;a=commit;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35099 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index 54e84b7..5bcb9a3 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
For Niconico/YouTube, Add control commands and information display(on status line).
ニコニコ動画/YouTube 用。操作コマンドと情報表示(ステータスライン上に)追加します。
- 0.20.6
+ 0.20.7
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -1372,11 +1372,11 @@ Thanks:
cmdName.replace(/[\[\]]+/g, '') + ' - Stella',
(funcS instanceof Function)
? funcS
- : function (arg, bang) {
+ : function (arg) {
if (!self.isValid)
U.raise('Stella: Current page is not supported');
let p = self.player;
- let func = bang ? funcB : funcS;
+ let func = arg.bang ? funcB : funcS;
if (p.has(func, 'rwt'))
p.toggle(func);
else if (p.has(func, 'rw'))
--
cgit v1.2.3