Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. obj= {};
  2. $.ajaxSetup({ sync: false });
  3. params.forEach(function(param)
  4. asyncapi.func(param).then(function(data){
  5. obj.push(data);
  6. });
  7. });
  8.  
  9. $.ajaxSetup({ sync: true });
  10. return obj;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement