Skip to content

Instantly share code, notes, and snippets.

@joneath
Created May 6, 2012 05:29
Show Gist options
  • Save joneath/2617423 to your computer and use it in GitHub Desktop.
Save joneath/2617423 to your computer and use it in GitHub Desktop.
Crazy CoffeeScript returns
@destroy = =>
$target.off("scroll", @watchScroll)
return
@enableFetch = ->
fetchOn = true
return
@disableFetch = ->
fetchOn = false
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment