Skip to content

Instantly share code, notes, and snippets.

@bryansray
Created August 17, 2008 06:28
Show Gist options
  • Save bryansray/5791 to your computer and use it in GitHub Desktop.
Save bryansray/5791 to your computer and use it in GitHub Desktop.
RemoveComment = $.klass(Remote.Link, {
initialize: function($super, options) {
$action = $(this)
this.comment = $action.parents(".comment")
$super(options);
},
complete: function(response, result) {
},
success: function(a, b, c) {
console.info(a);
console.info(b);
console.info(this);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment