Skip to content

Instantly share code, notes, and snippets.

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