チェンジセット 2490

差分発生行の前後
無視リスト:
コミット日時:
2009/04/18 15:55:29 (3 年前)
コミッタ:
uwi
ログメッセージ:

Alert('hoge')をコメントアウト

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • air/AirAutoUpdater/trunk/src/net/jirox/AirAutoUpdater.as

    r377 r2490  
    118118                        versionLoader.addEventListener(IOErrorEvent.IO_ERROR, versionCheckIOErrorHandler); 
    119119                        versionLoader.load(new URLRequest(url)); 
    120                       Alert.show('hoge'); 
     120//                    Alert.show('hoge'); 
    121121                } 
    122122