Skip to content

Instantly share code, notes, and snippets.

@oimou
Created June 14, 2015 16:10
Show Gist options
  • Save oimou/023b143dd7930bd7f9d4 to your computer and use it in GitHub Desktop.
Save oimou/023b143dd7930bd7f9d4 to your computer and use it in GitHub Desktop.
function loggableMethod(target, name, descriptor) {
console.log("Method: %s", name);
return descriptor;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment