Skip to content

Instantly share code, notes, and snippets.

@Akkuma
Created March 8, 2011 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akkuma/860425 to your computer and use it in GitHub Desktop.
Save Akkuma/860425 to your computer and use it in GitHub Desktop.
var lookup = {}
var testObj = {'test':true};
lookup[testObj] = expensiveFunc(testObj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment