From 0d58d7196bd541a79f7ccbcbadf0d1adbc6af120 Mon Sep 17 00:00:00 2001
From: anekos
Date: Wed, 31 Mar 2010 13:26:48 +0000
Subject: pageinfo を途中でぶちきれないようにした
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37136 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index 0d635ca..21bf2f6 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).
ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。
- 0.26.1
+ 0.26.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -1678,7 +1678,10 @@ Thanks:
'Stella Info',
function (verbose)
(self.isValid && self.player.has('pageinfo', 'r')
- ? self.player.pageinfo
+ ? [
+ [n,
{modules.template.maybeXML(v)}
]
+ for each ([n, v] in self.player.pageinfo)
+ ]
: [])
);
},
--
cgit v1.2.3