チェンジセット 1295: as3/Thread/trunk

差分発生行の前後
無視リスト:
コミット日時:
2008/09/08 16:06:41 (4 ヶ月前)
コミッタ:
muta
ログメッセージ:

catchError を _catchError に修正。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Thread/trunk/src/org/libspark/thread/threads/progression/ThreadCommand.as

    r719 r1295  
    103103                         
    104104                        if (_adapterThread.err != null) { 
    105                                 catchError(this, _adapterThread.err as Error); 
     105                                _catchError(this, _adapterThread.err as Error); 
    106106                        } 
    107107                        else { 
     
    120120                         
    121121                        if (_adapterThread.err != null) { 
    122                                 catchError(this, _adapterThread.err as Error); 
     122                                _catchError(this, _adapterThread.err as Error); 
    123123                        } 
    124124                        else {