Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $.when($.ajax({
  2. type: "GET",
  3. url: urlString,
  4. contentType: "application/json; charset=utf-8",
  5. dataType: "json",
  6. })).then((data) => {
  7. return this.completed(data);
  8. }).catch(this.failed);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement