diff options
author | anekos | 2010-07-31 08:42:22 +0000 |
---|---|---|
committer | anekos | 2010-07-31 08:42:22 +0000 |
commit | c3a75e1d2a1412134a1a564d18cd4c04fff36238 (patch) | |
tree | 7b51424ce64e13fe80d55f48c8e390e50ea97d5b | |
parent | 85e104b007221470abed18c5b52f713985e8ca4d (diff) | |
download | vimperator-plugins-c3a75e1d2a1412134a1a564d18cd4c04fff36238.tar.bz2 |
コメント追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38079 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js index a299c0e..8392b93 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1068,6 +1068,7 @@ TwitterOauth.prototype = (function() { // }}} // ChirpUserStream // {{{ +// XXX if (0) の部分は認証に対するテストコード let ChirpUserStream = (function() { function getUserInfo() { let host = ["http://twitter.com", "https://twitter.com"]; |