mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Fix build, and rebuild files & docs.
Former-commit-id: af57dd1de6b20e93caa79f05cb9b43647a1de578
This commit is contained in:
2
build.js
2
build.js
@@ -2207,7 +2207,7 @@
|
||||
// remove conditional `charCodeCallback` use from `_.max` and `_.min`
|
||||
_.each(['max', 'min'], function(methodName) {
|
||||
source = source.replace(matchFunction(source, methodName), function(match) {
|
||||
return match.replace(/(return\b).+?callback *&& *isString[^:]+:\s*/g, '$1 ');
|
||||
return match.replace(/=.+?callback *&& *isString[^:]+:\s*/g, '= ');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user