File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29202920 authStrategy . authenticate ( ) . then ( function ( token ) {
29212921 token . sign ( request ) ;
29222922 $scope . requestOptions = request . toOptions ( ) ;
2923- jQuery . ajax ( Object . assign ( request . toOptions ( ) , { timeout : 10000 } ) ) . then (
2923+ jQuery . ajax ( request . toOptions ( ) ) . then (
29242924 function ( data , textStatus , jqXhr ) { handleResponse ( jqXhr ) ; } ,
29252925 function ( jqXhr ) { handleResponse ( jqXhr ) ; }
29262926 ) ;
Original file line number Diff line number Diff line change 522522 authStrategy . authenticate ( ) . then ( function ( token ) {
523523 token . sign ( request ) ;
524524 $scope . requestOptions = request . toOptions ( ) ;
525- jQuery . ajax ( Object . assign ( request . toOptions ( ) , { timeout : 10000 } ) ) . then (
525+ jQuery . ajax ( request . toOptions ( ) ) . then (
526526 function ( data , textStatus , jqXhr ) { handleResponse ( jqXhr ) ; } ,
527527 function ( jqXhr ) { handleResponse ( jqXhr ) ; }
528528 ) ;
You can’t perform that action at this time.
0 commit comments