diff options
author | anekos | 2010-12-19 16:04:09 +0900 |
---|---|---|
committer | anekos | 2010-12-19 16:04:09 +0900 |
commit | d78de25735695573dfd5313204929df756653a93 (patch) | |
tree | 2b49e3640a6323bc86d086cadafbe0a1513a0f2e /_libly.js | |
parent | 6565810222eeaa3b914bea26ad65936e59fff506 (diff) | |
download | vimperator-plugins-d78de25735695573dfd5313204929df756653a93.tar.bz2 |
ドキュメントのまつがい修正
Diffstat (limited to '_libly.js')
-rw-r--r-- | _libly.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |