diff options
author | anekos | 2009-12-10 11:33:58 +0000 |
---|---|---|
committer | anekos | 2009-12-10 11:33:58 +0000 |
commit | e64850ea321f1aa1d1240e0e5d7b203da0cb883e (patch) | |
tree | a9bc9f3d7e4c65acdaefd03b15274d5c3cc260cd | |
parent | 8e2cd8700b0c7cc0165d1e800a1e503ca931c578 (diff) | |
download | vimperator-plugins-e64850ea321f1aa1d1240e0e5d7b203da0cb883e.tar.bz2 |
fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36116 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | _libly.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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時のみ) |