Skip to content

Instantly share code, notes, and snippets.

@shuson
Created August 25, 2016 09:31
Show Gist options
  • Save shuson/0c839237bf321136f55ce530920d1d48 to your computer and use it in GitHub Desktop.
Save shuson/0c839237bf321136f55ce530920d1d48 to your computer and use it in GitHub Desktop.
underscore umd code
if (typeof exports !== 'undefined') {
if (typeof module !== 'undefined' && module.exports) {
exports = module.exports = _;
}
exports._ = _;
} else {
this._ = _;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment