Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created February 7, 2013 06:17
Show Gist options
  • Save MeoMix/4728933 to your computer and use it in GitHub Desktop.
Save MeoMix/4728933 to your computer and use it in GitHub Desktop.
item.destroy({
data: $.param({
playlistId: playlistId,
userId: loginManager.get('user').get('id')
}),
processData: true,
success: callback,
error: function (error) {
console.error(error);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment