Skip to content

Instantly share code, notes, and snippets.

@jeffturcotte
Created June 3, 2010 00:10
Show Gist options
  • Save jeffturcotte/423224 to your computer and use it in GitHub Desktop.
Save jeffturcotte/423224 to your computer and use it in GitHub Desktop.
var Module = (function(){
this.myMethod = function(x) {
return x
};
return this;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment