File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CefSharp.Example/Resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 370370 Promise . all ( [
371371 boundAsync . methodReturnsList ( ) ,
372372 boundAsync . methodReturnsListOfLists ( ) ,
373- ] ) . then ( function ( results ) {
373+ ] ) . then ( function ( results )
374+ {
374375 assert . ok ( deepEqual ( results [ 0 ] , list1 ) , "Call to bound.MethodReturnsList() resulted in : " + JSON . stringify ( results [ 0 ] ) ) ;
375376 assert . ok ( deepEqual ( results [ 1 ] , list2 ) , "Call to bound.MethodReturnsListOfLists() resulted in : " + JSON . stringify ( results [ 1 ] ) ) ;
376377 asyncCallback ( ) ;
415416 assert . ok ( deepEqual ( results [ 2 ] , dict3 ) , "Call to bound.MethodReturnsDictionary3() resulted in : " + JSON . stringify ( results [ 2 ] ) ) ;
416417 asyncCallback ( ) ;
417418 } ) ;
418-
419419 } ) ;
420420
421421 QUnit . test ( "Javascript Callback Test using object as parameter" , function ( assert )
You can’t perform that action at this time.
0 commit comments