From dfa77dc3a44dbf30767cfb5fb1f4302428a70a8d Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 8 Aug 2010 06:13:55 +0000 Subject: それは既に付け加えられているのだァッ!! git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38222 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 1243f25..7b2e6ef 100755 --- a/twittperator.js +++ b/twittperator.js @@ -28,7 +28,7 @@ let PLUGIN_INFO = twittperator Twitter Client using ChirpStream OAuth対応Twitterクライアント - 1.0.4 + 1.0.5 2.3 2.4 teramako @@ -1289,7 +1289,8 @@ let PLUGIN_INFO = return { start: start, stop: stop, - addListener: function(func) listeners.push(func) + addListener: function(func) listeners.push(func), + removeListener: function(func) (listeners = listeners.filter(function (l) (l != func))) }; })(); // }}} function xmlhttpRequest(options) { // {{{ -- cgit v1.2.3