mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Merge pull request #203 from ded/latest
set "_" extern for use with Closure Compilers ADVANCED_OPTIMIZATIONS
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
module.exports = _;
|
module.exports = _;
|
||||||
_._ = _;
|
_._ = _;
|
||||||
} else {
|
} else {
|
||||||
root._ = _;
|
root['_'] = _;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Current version.
|
// Current version.
|
||||||
|
|||||||
Reference in New Issue
Block a user