チェンジセット 2147: as3/Chain/src/com
- コミット日時:
- 2009/01/16 11:11:34 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/Chain/src/com/voidelement/chain/LoaderChain.as
r230 r2147 61 61 } 62 62 if ( param.hasOwnProperty("onComplete") ) { 63 if ( param.on Startis Function ) {63 if ( param.onComplete is Function ) { 64 64 _onComplete = param.onComplete; 65 65 } else if ( param.onComplete is String ) { … … 70 70 } 71 71 if ( param.hasOwnProperty("onError") ) { 72 if ( param.on Startis Function ) {72 if ( param.onError is Function ) { 73 73 _onError = param.onError; 74 74 } else if ( param.onError is String ) { as3/Chain/src/com/voidelement/chain/URLLoaderChain.as
r230 r2147 65 65 } 66 66 if ( param.hasOwnProperty("onComplete") ) { 67 if ( param.on Startis Function ) {67 if ( param.onComplete is Function ) { 68 68 _onComplete = param.onComplete; 69 69 } else if ( param.onComplete is String ) { … … 74 74 } 75 75 if ( param.hasOwnProperty("onError") ) { 76 if ( param.on Startis Function ) {76 if ( param.onError is Function ) { 77 77 _onError = param.onError; 78 78 } else if ( param.onError is String ) {

