Skip to content

Instantly share code, notes, and snippets.

@PandaWood
Created September 8, 2010 02:26
Show Gist options
  • Save PandaWood/569511 to your computer and use it in GitHub Desktop.
Save PandaWood/569511 to your computer and use it in GitHub Desktop.
var releaseHeldCells;
releaseHeldCells = function() {
return $('.held').each(function() {
return clearHold(this);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment