Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created September 19, 2013 11:45
Show Gist options
  • Save zbigniewTomczak/6622243 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/6622243 to your computer and use it in GitHub Desktop.
Function.prototype.method = function(name, func) {
this.prototype[name] = func;
return this;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment