aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2009-03-04 07:36:18 +0000
committeranekos2009-03-04 07:36:18 +0000
commit92cd51bbda38b43e7af7353aec38fc4a465953a0 (patch)
tree58b146d202168cec4eef7296a474777b1c020ac9
parenta840c92bebb4fb14ed349ba53ccbd26b52edbd19 (diff)
downloadvimperator-plugins-92cd51bbda38b43e7af7353aec38fc4a465953a0.tar.bz2
警告が大量にでていたので改善
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30812 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--stella.js4
1 files 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 =
<name lang="ja">すてら</name>
<description>Show video informations on the status line.</description>
<description lang="ja">ステータスラインに動画の再生時間などを表示する。</description>
- <version>0.20.0</version>
+ <version>0.20.1</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -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'),