チェンジセット 2147: as3/Chain/src/com

差分発生行の前後
無視リスト:
コミット日時:
2009/01/16 11:11:34 (3 年前)
コミッタ:
munegon
ログメッセージ:

--

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Chain/src/com/voidelement/chain/LoaderChain.as

    r230 r2147  
    6161                        } 
    6262                        if ( param.hasOwnProperty("onComplete") ) { 
    63                                 if ( param.onStart is Function ) { 
     63                                if ( param.onComplete is Function ) { 
    6464                                        _onComplete = param.onComplete; 
    6565                                } else if ( param.onComplete is String ) { 
     
    7070                        } 
    7171                        if ( param.hasOwnProperty("onError") ) { 
    72                                 if ( param.onStart is Function ) { 
     72                                if ( param.onError is Function ) { 
    7373                                        _onError = param.onError; 
    7474                                } else if ( param.onError is String ) { 
  • as3/Chain/src/com/voidelement/chain/URLLoaderChain.as

    r230 r2147  
    6565                        } 
    6666                        if ( param.hasOwnProperty("onComplete") ) { 
    67                                 if ( param.onStart is Function ) { 
     67                                if ( param.onComplete is Function ) { 
    6868                                        _onComplete = param.onComplete; 
    6969                                } else if ( param.onComplete is String ) { 
     
    7474                        } 
    7575                        if ( param.hasOwnProperty("onError") ) { 
    76                                 if ( param.onStart is Function ) { 
     76                                if ( param.onError is Function ) { 
    7777                                        _onError = param.onError; 
    7878                                } else if ( param.onError is String ) {