Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created April 19, 2012 09:53
Show Gist options
  • Save hayeah/2420034 to your computer and use it in GitHub Desktop.
Save hayeah/2420034 to your computer and use it in GitHub Desktop.
yay for functional programming
auto_minimize: () ->
@_auto_minimize ||= _.debounce (=> this.minimize()), 4000
@_auto_minimize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment