diff options
author | anekos | 2009-12-10 11:35:40 +0000 |
---|---|---|
committer | anekos | 2009-12-10 11:35:40 +0000 |
commit | 9057edb0ddb21eb1770679d0a039f51a3b682480 (patch) | |
tree | 5fda6db09b5ffe6c0e5743fec24f44fee383d4ca /amebanow.js | |
parent | e64850ea321f1aa1d1240e0e5d7b203da0cb883e (diff) | |
download | vimperator-plugins-9057edb0ddb21eb1770679d0a039f51a3b682480.tar.bz2 |
fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36117 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'amebanow.js')
-rwxr-xr-x | amebanow.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amebanow.js b/amebanow.js index 0fe1113..f054335 100755 --- a/amebanow.js +++ b/amebanow.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">Amebaなう</name> <description>nau</description> <description lang="ja">Amebaなうする</description> - <version>1.0.2</version> + <version>1.0.3</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> @@ -89,7 +89,7 @@ let INFO = let req = new plugins.libly.Request( url, - {Referrer: 'http://now.ameba.jp/'}, + {Referer: 'http://now.ameba.jp/'}, {postBody: data} ); req.addEventListener( |