diff options
author | anekos | 2010-10-01 02:29:44 +0000 |
---|---|---|
committer | anekos | 2010-10-01 02:29:44 +0000 |
commit | a8ab5223acfb4b456bdb93f69899ed0dc21ce157 (patch) | |
tree | 853dad8eb67bd22e75e737611a5098d537a4824f | |
parent | b854e43f6d749a849866f4b02c11507803375ef6 (diff) | |
download | vimperator-plugins-a8ab5223acfb4b456bdb93f69899ed0dc21ce157.tar.bz2 |
涙で明日が見えない状態だったので typo しました。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38535 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 66ad5f4..f2fb491 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.8.1</version> + <version>1.8.1.1</version> <minVersion>2.3</minVersion> <maxVersion>2.4</maxVersion> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> @@ -1256,7 +1256,7 @@ let PLUGIN_INFO = cancel: function() { if (this.channel){ - this.channeled = true; + this.canceled = true; return this.channel.cancel(Cr.NS_ERROR_NOT_AVAILABLE); } }, @@ -1372,6 +1372,8 @@ let PLUGIN_INFO = try { if (/^\s*\{/(line)) onMsg(Utils.fixStatusObject(JSON.parse(line)), line); + else + liberator.log(name + ' : ' + line); } catch (e) { liberator.log(e); } } buf = lines.slice(-1)[0]; |