Skip to content

Instantly share code, notes, and snippets.

@apssouza22
Created July 20, 2015 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apssouza22/3b8afdee0dfe59302c99 to your computer and use it in GitHub Desktop.
Save apssouza22/3b8afdee0dfe59302c99 to your computer and use it in GitHub Desktop.
var class = function(){
return {
myPublicMethod : function(){
},
otherPublicMethod : function(){
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment