Skip to content

Instantly share code, notes, and snippets.

@canonic-epicure
Created July 8, 2010 17:15
Show Gist options
  • Save canonic-epicure/468322 to your computer and use it in GitHub Desktop.
Save canonic-epicure/468322 to your computer and use it in GitHub Desktop.
// sudden fail:
var a = instance.method()
(function() {
})()
eq
var a = instance.method()(function() {})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment