mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Remove conditional exposure.
This commit is contained in:
@@ -282,9 +282,8 @@
|
|||||||
underscoreModule = underscore.result(underscore, 'noConflict') || underscore;
|
underscoreModule = underscore.result(underscore, 'noConflict') || underscore;
|
||||||
underscoreModule.moduleName = 'underscore';
|
underscoreModule.moduleName = 'underscore';
|
||||||
}
|
}
|
||||||
if (ui.isModularize) {
|
window._ = lodash;
|
||||||
window._ = lodash;
|
|
||||||
}
|
|
||||||
if (ui.isModularize) {
|
if (ui.isModularize) {
|
||||||
require(getConfig(), [
|
require(getConfig(), [
|
||||||
'lodash/internal/baseEach',
|
'lodash/internal/baseEach',
|
||||||
|
|||||||
@@ -455,10 +455,6 @@
|
|||||||
|
|
||||||
require(getConfig(), [moduleId], function(lodash) {
|
require(getConfig(), [moduleId], function(lodash) {
|
||||||
mixinPrereqs(lodash);
|
mixinPrereqs(lodash);
|
||||||
|
|
||||||
if (ui.isModularize) {
|
|
||||||
window._ = lodash;
|
|
||||||
}
|
|
||||||
require(getConfig(), [
|
require(getConfig(), [
|
||||||
'test/collections',
|
'test/collections',
|
||||||
'test/arrays',
|
'test/arrays',
|
||||||
|
|||||||
Reference in New Issue
Block a user