Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created February 25, 2011 18:34
Show Gist options
  • Save samdelagarza/844262 to your computer and use it in GitHub Desktop.
Save samdelagarza/844262 to your computer and use it in GitHub Desktop.
removeContractProfileFromGrid = function (event) {
var
contractProfileId = $(event.currentTarget).parent().data('dataKey'),
contractProfileRecord = _contractProfileGridRecords.get(contractProfileId);
_contractProfileGridRecords.remove(contractProfileRecord);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment