Skip to content

Instantly share code, notes, and snippets.

@nekman
Created September 16, 2012 07:40
Show Gist options
  • Select an option

  • Save nekman/3731466 to your computer and use it in GitHub Desktop.

Select an option

Save nekman/3731466 to your computer and use it in GitHub Desktop.
/*
Property extract function from http://cjohansen.no/talks/2012/javazone/
*/
function prop(name) {
return function (object) {
return object[name];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment