From a141805a671200f49d7dbb8cc6cef7d4c640dbdd Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 3 Aug 2010 10:50:38 +0000 Subject: 無意味な引数処理を削除 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38146 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/twittperator.js b/twittperator.js index e402688..d3fdda1 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1298,9 +1298,6 @@ }); } // }}} function showTwitterMentions(arg) { // {{{ - // XXX 引数には何の意味が? - if (/^@/.test(arg)) - arg = arg.substr(1); tw.get("http://api.twitter.com/1/statuses/mentions.json", null, function(text) { showTL(JSON.parse(text)); }); -- cgit v1.2.3