• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

command line interface based Twitter client


Commit MetaInfo

Revision45fd77a8cdd23a9f86b1fb5d604b406a0367ef5b (tree)
Time2012-12-17 03:24:22
Authorhylom <hylom@hylo...>
Commiterhylom

Log Message

add some comments

Change Summary

Incremental Difference

--- a/clitweets.js
+++ b/clitweets.js
@@ -19,6 +19,7 @@ var isTimeLineAlive = false;
1919 var readlineMode = '';
2020 var twitter = null;
2121
22+// 認証キーを読み込み、認証を行ってメインルーチンを実行する
2223 readAuthenticationKeys(function (err, keys) {
2324 if (err) {
2425 authenticate(doMain);