Skip to content

Instantly share code, notes, and snippets.

@jareware
Created January 16, 2012 18:15
Show Gist options
  • Save jareware/1622111 to your computer and use it in GitHub Desktop.
Save jareware/1622111 to your computer and use it in GitHub Desktop.
app = window.app || {};
(function(exports) {
var importedStuff = app.anotherModule.something;
exports.method = function() {};
})(app.module = {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment