From a8ab5223acfb4b456bdb93f69899ed0dc21ce157 Mon Sep 17 00:00:00 2001
From: anekos
Date: Fri, 1 Oct 2010 02:29:44 +0000
Subject: 涙で明日が見えない状態だったので typo しました。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38535 d0d07461-0603-4401-acd4-de1884942a52
---
twittperator.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'twittperator.js')
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 =
Twittperator
Twitter Client using ChirpStream
OAuth対応Twitterクライアント
- 1.8.1
+ 1.8.1.1
2.3
2.4
teramako
@@ -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];
--
cgit v1.2.3