Skip to content

Instantly share code, notes, and snippets.

@NV
Created September 22, 2010 15:46
Show Gist options
  • Save NV/591929 to your computer and use it in GitHub Desktop.
Save NV/591929 to your computer and use it in GitHub Desktop.
Is it possible to implement this magicNamespace function?
var myModule = {};
magicNamespace(myModule, function(){
var a = 1;
});
myModule.a // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment