Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. _execute(
  2. "/_vti_bin/listdata.svc/" + zl.gametime.rest.documentLibraryName + "(" + documentId + ")",
  3. "DELETE",
  4. jQuery.proxy(__handleDeleteDocumentSuccess, documentId), //call closure function
  5. __handleRESTFailure);
Add Comment
Please, Sign In to add comment