aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x_libly.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/_libly.js b/_libly.js
index 46bd0e8..f3334a3 100755
--- a/_libly.js
+++ b/_libly.js
@@ -12,7 +12,7 @@ var PLUGIN_INFO =
<description lang="ja">適当なライブラリっぽいものたち。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<license>MIT</license>
- <version>0.1.27</version>
+ <version>0.1.28</version>
<minVersion>2.3pre</minVersion>
<maxVersion>2.3pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL>
@@ -113,7 +113,7 @@ Request(url, headers, options):
以下のようにHTTPヘッダの値を指定できる(省略可)
>||
{
- 'Referrer' : 'http://example.com/'
+ 'Referer' : 'http://example.com/'
}
||<
以下の値はデフォルトで設定される('Content-type'はPOST時のみ)