Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created December 2, 2009 01:25
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/246836 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/246836 to your computer and use it in GitHub Desktop.
thing.ameth = function (arg) {
// Do some caching setup
this.ameth = function (arg) {
// implementation with caching
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment