Skip to content

Instantly share code, notes, and snippets.

@Wizek
Created March 14, 2011 00:39
Show Gist options
  • Save Wizek/868602 to your computer and use it in GitHub Desktop.
Save Wizek/868602 to your computer and use it in GitHub Desktop.
var o = {
a: function() {
console.log("text")
}
, b: this.a
}
o.b()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment