Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $.when(FUNCT1()).done(FUNCT2());
  2.  
  3. $.when(FUNCT1(args, successCallback, failCallback)).then(FUNCT2());
  4.  
  5. $.when(FUNCT1(args, function(success){
  6. success;
  7. $.resolve();
  8. }, failFUNCT()).done(FUNCT2());
Add Comment
Please, Sign In to add comment