diff options
author | mattn | 2008-06-20 04:21:45 +0000 |
---|---|---|
committer | mattn | 2008-06-20 04:21:45 +0000 |
commit | 9d77084f6f507b7158d1dffa3eecb8236d6c1631 (patch) | |
tree | 7147034e9eb459d3d7a3394902c2db4482c4eb13 /twitter.js | |
parent | 0b45866de72dfe0d0f99f23f59b15161f858b334 (diff) | |
download | vimperator-plugins-9d77084f6f507b7158d1dffa3eecb8236d6c1631.tar.bz2 |
add doc
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@14287 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ // show someone's statuses.
// :twitter!? someword
// show search result of 'someword' from "http://twitter.1x1.jp".
+// :twitter!@
+// show replies.
(function(){
var passwordManager = Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);
|