diff options
author | anekos | 2009-03-04 07:36:18 +0000 |
---|---|---|
committer | anekos | 2009-03-04 07:36:18 +0000 |
commit | 92cd51bbda38b43e7af7353aec38fc4a465953a0 (patch) | |
tree | 58b146d202168cec4eef7296a474777b1c020ac9 /stella.js | |
parent | a840c92bebb4fb14ed349ba53ccbd26b52edbd19 (diff) | |
download | vimperator-plugins-92cd51bbda38b43e7af7353aec38fc4a465953a0.tar.bz2 |
警告が大量にでていたので改善
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30812 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'), |