This commit is contained in:
Jeremy Ashkenas
2011-10-18 16:44:50 -04:00

View File

@@ -54,6 +54,8 @@
if (typeof module !== 'undefined' && module.exports) {
module.exports = _;
_._ = _;
} else if (typeof exports !== 'undefined' && exports) {
exports._ = _;
} else {
// Exported as a string, for Closure Compiler "advanced" mode.
root['_'] = _;