Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Created February 18, 2012 02:10
Show Gist options
  • Select an option

  • Save hughfdjackson/1856914 to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/1856914 to your computer and use it in GitHub Desktop.
!function(){
var game = {
foo: function(){
return game
}
}
console.log(game.foo())
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment