Changeset 38274
- Timestamp:
- 08/15/10 14:53:03 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twittperator.js
r38273 r38274 29 29 <description>Twitter Client using ChirpStream</description> 30 30 <description lang="ja">OAuth対応Twitterクライアント</description> 31 <version>1.1. 1</version>31 <version>1.1.2</version> 32 32 <minVersion>2.3</minVersion> 33 33 <maxVersion>2.4</maxVersion> … … 1590 1590 1591 1591 tw.get("http://search.twitter.com/search.json", { q: word }, function(text) { 1592 Twittperator.showTL(JSON.parse(text).results.map(Util.fixStatusObject).map(konbuArt)); 1592 let results = JSON.parse(text).results; 1593 if (results.length > 0) { 1594 Twittperator.showTL(results.map(Util.fixStatusObject).map(konbuArt)); 1595 } else { 1596 Twittperator.echo("No results found.") 1597 } 1593 1598 }); 1594 1599 }, // }}}
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)