Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SC.Request.postUrl(url).set('isJSON', YES)
  2. .header('X-Requested-With', 'XMLHttpRequest')
  3. .notify(this, this._didCreateRecord, { store: store, storeKey: storeKey })
  4. .send(objHash);
Add Comment
Please, Sign In to add comment