mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Make categories singular.
This commit is contained in:
@@ -279,7 +279,7 @@
|
||||
window._ = lodash;
|
||||
}
|
||||
if (ui.isModularize) {
|
||||
require(getConfig(), ['lodash/internals/baseEach'], function(baseEach) {
|
||||
require(getConfig(), ['lodash/internal/baseEach'], function(baseEach) {
|
||||
lodash._baseEach = baseEach['default'] || baseEach;
|
||||
loadTests();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user