Skip to content

Instantly share code, notes, and snippets.

@overthemike
Created July 5, 2012 17:42
Show Gist options
  • Save overthemike/3055124 to your computer and use it in GitHub Desktop.
Save overthemike/3055124 to your computer and use it in GitHub Desktop.
(function(){
var test = function() {
},
proto = test.prototype;
proto.method = function() {
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment