diff options
author | anekos | 2010-05-04 10:05:49 +0000 |
---|---|---|
committer | anekos | 2010-05-04 10:05:49 +0000 |
commit | 86dfd95415df4324c8405c9652c48b4802ae6bf9 (patch) | |
tree | 1057d8389f48bb621f0edef50c465edc5f830978 | |
parent | 13dde4c5fc0979fcce43fa0d99b5f3a582cb6b56 (diff) | |
download | vimperator-plugins-86dfd95415df4324c8405c9652c48b4802ae6bf9.tar.bz2 |
Fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37356 d0d07461-0603-4401-acd4-de1884942a52
-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>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> - <version>0.26.3</version> + <version>0.26.4</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> @@ -920,7 +920,7 @@ Thanks: get ready () !!this.player, - get relatedtions () { + get relations () { let result = []; let doc = content.document; let r = doc.evaluate("//div[@class='video-mini-title']/a", doc, null, 7, null); |