Fix build, and rebuild files & docs.

Former-commit-id: af57dd1de6b20e93caa79f05cb9b43647a1de578
This commit is contained in:
John-David Dalton
2013-03-03 01:37:33 -08:00
parent 8825a094ae
commit 21a0eff593
9 changed files with 340 additions and 249 deletions

View File

@@ -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, '= ');
});
});