Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created September 30, 2014 16:09
Show Gist options
  • Select an option

  • Save koenbok/e694fbeeee30b2c224e7 to your computer and use it in GitHub Desktop.

Select an option

Save koenbok/e694fbeeee30b2c224e7 to your computer and use it in GitHub Desktop.
window.onmousemove = (event) ->
debounce 0.5, -> print("HA!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment