Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created May 30, 2016 01:46
Show Gist options
  • Save egrueter-dev/1fe58bc9954373b04a3bcc5b4b724b5c to your computer and use it in GitHub Desktop.
Save egrueter-dev/1fe58bc9954373b04a3bcc5b4b724b5c to your computer and use it in GitHub Desktop.
var o = {
a: 2,
m: function(b){
return this.a + 1;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment