diff options
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 0 insertions, 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)); }); |