From 92cd51bbda38b43e7af7353aec38fc4a465953a0 Mon Sep 17 00:00:00 2001
From: anekos
Date: Wed, 4 Mar 2009 07:36:18 +0000
Subject: 警告が大量にでていたので改善
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30812 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stella.js b/stella.js
index c72aaac..438bb6a 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
Show video informations on the status line.
ステータスラインに動画の再生時間などを表示する。
- 0.20.0
+ 0.20.1
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -1328,7 +1328,7 @@ Thanks:
get isValid () (this.where),
- get player () this.players[this.where],
+ get player () (this.where && this.players[this.where]),
get statusBar () document.getElementById('status-bar'),
--
cgit v1.2.3