diff options
author | anekos | 2010-08-09 00:00:34 +0000 |
---|---|---|
committer | anekos | 2010-08-09 00:00:34 +0000 |
commit | efae75d9462f3af5e457b5fa3fc0abb680c52131 (patch) | |
tree | 5a06b34164fe4ac40bbc5a8a6fcd6d8d6f69ecfe | |
parent | 07d47b610374cc470f6d68f06ef83e67010d8a9f (diff) | |
download | vimperator-plugins-efae75d9462f3af5e457b5fa3fc0abb680c52131.tar.bz2 |
ぱやぱや
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38229 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index a3f0570..2745ac9 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.0.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1</version> + <version>1.0.8.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1</version> <minVersion>2.3</minVersion> <maxVersion>2.4</maxVersion> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> @@ -1792,7 +1792,6 @@ function loadPlugins() { // {{{ let history = __context__.Tweets; if (!history) history = __context__.Tweets = accessor.get("history", []); - } let tw = new TwitterOauth(accessor); |