Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 3, 2014 00:47
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 devdays/b6f650e3f841eefdc96f to your computer and use it in GitHub Desktop.
Save devdays/b6f650e3f841eefdc96f to your computer and use it in GitHub Desktop.
Object JavaScript - A Simple Module
(function () {
this.myGlobal = function () {};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment