Skip to content

Instantly share code, notes, and snippets.

@desoga10
Created April 9, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desoga10/1fa5246b4b79a133fb1f6134517ee43d to your computer and use it in GitHub Desktop.
Save desoga10/1fa5246b4b79a133fb1f6134517ee43d to your computer and use it in GitHub Desktop.
static deletePlayer(el) {
if (el.classList.contains('delete')) {
el.parentElement.parentElement.remove();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment