mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +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) {
|
if (typeof module !== 'undefined' && module.exports) {
|
||||||
module.exports = _;
|
module.exports = _;
|
||||||
_._ = _;
|
_._ = _;
|
||||||
|
} else if (typeof exports !== 'undefined' && exports) {
|
||||||
|
exports._ = _;
|
||||||
} else {
|
} else {
|
||||||
// Exported as a string, for Closure Compiler "advanced" mode.
|
// Exported as a string, for Closure Compiler "advanced" mode.
|
||||||
root['_'] = _;
|
root['_'] = _;
|
||||||
|
|||||||
Reference in New Issue
Block a user