Skip to content

Instantly share code, notes, and snippets.

@appden
Created August 10, 2009 00:14
Show Gist options
  • Select an option

  • Save appden/164956 to your computer and use it in GitHub Desktop.

Select an option

Save appden/164956 to your computer and use it in GitHub Desktop.
// Static mutator to accept static methods to a Class
Class.Mutators.Static = function(methods){
this.extend(methods);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment