mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Merge branch 'patch-1' of https://github.com/tonylukasavage/underscore
This commit is contained in:
@@ -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['_'] = _;
|
||||
|
||||
Reference in New Issue
Block a user