Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created May 7, 2013 19:57
Show Gist options
  • Save pbrewczynski/5535620 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5535620 to your computer and use it in GitHub Desktop.
if(methods) {
Object.keys(methods).forEach(function (key) {
prototype[key] = methods[key];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment