Skip to content

Instantly share code, notes, and snippets.

@freidamachoi
Created August 1, 2013 19:44
Show Gist options
  • Save freidamachoi/6134571 to your computer and use it in GitHub Desktop.
Save freidamachoi/6134571 to your computer and use it in GitHub Desktop.
Namespace + Modular Pattern
MyApplication.namespace("Util.Events").module = (function () {
// private area ...
return {
// public area ...
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment