aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2010-08-17 12:08:26 +0000
committeranekos2010-08-17 12:08:26 +0000
commit98c7d378686dfff9dfee082c42ca97bf9b58d1e8 (patch)
tree9d25f2466607d09d54a35cc09b254231a0487b5f /twittperator.js
parent5b229fa79fa331ac0fc66febe273b3daf3f33ac7 (diff)
downloadvimperator-plugins-98c7d378686dfff9dfee082c42ca97bf9b58d1e8.tar.bz2
Twitter もだし
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38295 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index a4f94eb..39bd487 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
<name>twittperator</name>
<description>Twitter Client using ChirpStream</description>
<description lang="ja">OAuth対応Twitterクライアント</description>
- <version>1.1.5</version>
+ <version>1.1.6</version>
<minVersion>2.3</minVersion>
<maxVersion>2.4</maxVersion>
<author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
@@ -1887,6 +1887,7 @@ let PLUGIN_INFO =
__context__.OAuth = tw;
__context__.ChirpUserStream = ChirpUserStream;
__context__.Twittperator = Twittperator;
+ __context__.Twitter = Twitter;
__context__.Utils = Utils;
Twittperator.loadPlugins();