チェンジセット 1295: as3/Thread/trunk
- コミット日時:
- 2008/09/08 16:06:41 (4 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/Thread/trunk/src/org/libspark/thread/threads/progression/ThreadCommand.as
r719 r1295 103 103 104 104 if (_adapterThread.err != null) { 105 catchError(this, _adapterThread.err as Error);105 _catchError(this, _adapterThread.err as Error); 106 106 } 107 107 else { … … 120 120 121 121 if (_adapterThread.err != null) { 122 catchError(this, _adapterThread.err as Error);122 _catchError(this, _adapterThread.err as Error); 123 123 } 124 124 else {
