aboutsummaryrefslogtreecommitdiffstats
path: root/_libly.js
diff options
context:
space:
mode:
authoranekos2010-12-19 16:04:09 +0900
committeranekos2010-12-19 16:04:09 +0900
commitd78de25735695573dfd5313204929df756653a93 (patch)
tree2b49e3640a6323bc86d086cadafbe0a1513a0f2e /_libly.js
parent6565810222eeaa3b914bea26ad65936e59fff506 (diff)
downloadvimperator-plugins-d78de25735695573dfd5313204929df756653a93.tar.bz2
ドキュメントのまつがい修正
Diffstat (limited to '_libly.js')
-rw-r--r--_libly.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/_libly.js b/_libly.js
index a4460b8..4f96654 100644
--- a/_libly.js
+++ b/_libly.js
@@ -12,9 +12,9 @@ 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.33</version>
+ <version>0.1.34</version>
<minVersion>2.3pre</minVersion>
- <maxVersion>2.3</maxVersion>
+ <maxVersion>3.0</maxVersion>
<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/_libly.js</updateURL>
<detail><![CDATA[
== Objects ==
@@ -137,7 +137,7 @@ Request(url, headers, options):
options:
オプションとして以下のようなオブジェクトを指定できる(省略可)
asynchronous:
- true: 同期モード/false: 非同期モード(デフォルト:true)
+ true: 非同期モード/false: 同期モード(デフォルト:true)
encoding:
エンコーディング(デフォルト: 'UTF-8')
username: