diff options
author | anekos | 2010-09-19 12:05:13 +0000 |
---|---|---|
committer | anekos | 2010-09-19 12:05:13 +0000 |
commit | ef8f068e7355d01787f8b9b9f93b739d62df54cf (patch) | |
tree | 962cdae15f95d5e0d6ba7bc356b9647801776211 /twittperator.js | |
parent | 61a2330216b5708bf53730677aec0dd4932d9cce (diff) | |
download | vimperator-plugins-ef8f068e7355d01787f8b9b9f93b739d62df54cf.tar.bz2 |
リスナーを消すのを忘れていた。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38495 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index b50d7ac..169f8bc 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.7.0</version> + <version>1.7.1</version> <minVersion>2.3</minVersion> <maxVersion>2.4</maxVersion> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> @@ -1575,6 +1575,7 @@ let PLUGIN_INFO = } ChirpUserStream.clearPluginData(); + TrackingStream.clearPluginData(); io.getRuntimeDirectories("plugin/twittperator").forEach(loadPluginFromDir(true)); io.getRuntimeDirectories("twittperator").forEach(loadPluginFromDir(false)); |