Skip to content

Instantly share code, notes, and snippets.

@peterssonjesper
Created August 15, 2013 18:17
Show Gist options
  • Save peterssonjesper/6243275 to your computer and use it in GitHub Desktop.
Save peterssonjesper/6243275 to your computer and use it in GitHub Desktop.
var MyModule = function() {
this.myMethod = function() {
return "Hello world";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment