Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $.ajax("/api/somecontroller/", {
  2. data: ko.toJSON(someDto),
  3. type: "put",
  4. contentType: "application/json",
  5. }).done(() => {
  6. //debugger; if un-commented it runs after
  7. console.log('Done here');
  8. };
Add Comment
Please, Sign In to add comment