Skip to content

Instantly share code, notes, and snippets.

@jearle
Created August 12, 2015 20:55
Show Gist options
  • Save jearle/833b810bc17ac89fb89f to your computer and use it in GitHub Desktop.
Save jearle/833b810bc17ac89fb89f to your computer and use it in GitHub Desktop.
function MyInstanceFactory () {
function myFunc () {
}
return {
publicFunc: function () {
myFunc();
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment