Skip to content

Instantly share code, notes, and snippets.

@Rendez
Created December 23, 2009 18:18
Show Gist options
  • Save Rendez/262678 to your computer and use it in GitHub Desktop.
Save Rendez/262678 to your computer and use it in GitHub Desktop.
Function.prototype.append = function(){
for (var i = 0, l = arguments.length; i < l; i++) {
$extend(this.prototype, arguments[i]);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment