Skip to content

Instantly share code, notes, and snippets.

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