aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-11-10 10:59:57 +0900
committeranekos2010-11-10 11:01:18 +0900
commit9eb74957e543905c75797b7f20e9a35e0d2c552a (patch)
tree5984222f4c14f1329d69b5d5babac9144c8223f2
parentaf89a336dffeffe1b0766e49443f551d80cf096d (diff)
downloadvimperator-plugins-9eb74957e543905c75797b7f20e9a35e0d2c552a.tar.bz2
しゅうせいもれしゅうせい
-rw-r--r--twittperator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js
index 9ae4ba5..2d72dc3 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
<name>Twittperator</name>
<description>Twitter Client using OAuth and Streaming API</description>
<description lang="ja">OAuth/StreamingAPI対応Twitterクライアント</description>
- <version>1.9.2</version>
+ <version>1.9.3</version>
<minVersion>2.3</minVersion>
<maxVersion>2.4</maxVersion>
<author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
@@ -1726,7 +1726,7 @@ let PLUGIN_INFO =
liberator.echo(html, true);
}, // }}}
showTwitterMentions: function(arg) { // {{{
- tw.jsonGet("statuses/mentions", null, function(text) {
+ tw.jsonGet("statuses/mentions", null, function(res) {
Twittperator.showTL(res.map(Utils.fixStatusObject));
});
}, // }}}