Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created April 25, 2013 22:25
Show Gist options
  • Save amadeus/5463737 to your computer and use it in GitHub Desktop.
Save amadeus/5463737 to your computer and use it in GitHub Desktop.
fruitDestroyed: function(){
if (this.minDestroyed || this.counted < 5) {
return;
}
this.minDestroyed = true;
// show form
}
@geetarista
Copy link

😐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment