diff options
author | anekos | 2010-08-04 10:42:11 +0000 |
---|---|---|
committer | anekos | 2010-08-04 10:42:11 +0000 |
commit | a26b7c88d6c626ccba8997e681bfae44b2d8332e (patch) | |
tree | 5ca42ff24bdd09b8f1d2ffe73334b59f11d5e14c | |
parent | f4512d89f7cc991e3147d9bd0b84086f463a59b1 (diff) | |
download | vimperator-plugins-a26b7c88d6c626ccba8997e681bfae44b2d8332e.tar.bz2 |
改行余分
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38164 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 74fd51d..c63a69d 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1128,9 +1128,9 @@ "GET " + path + " HTTP/1.1", "Host: " + host, params.join("\n"), + "", "" ].join("\n"); - get += "\n\n"; sos.write(get, get.length); |