mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Avoid circular dependency in createCallback and get Curl modularize tests working.
Former-commit-id: cf33217163f2c809fe8ddbb9debd7c95b002b8dc
This commit is contained in:
@@ -338,8 +338,8 @@
|
||||
'value'
|
||||
];
|
||||
|
||||
// minify `iteratorObject.keys`
|
||||
source = source.replace(/\b(iteratorObject(?:\.|\['))keys\b/g, function(match, prelude) {
|
||||
// minify `dependencyObject` properties
|
||||
source = source.replace(/\b(dependencyObject(?:\.|\['))\w+/g, function(match, prelude) {
|
||||
return prelude + minNames[iteratorOptions.length + props.length];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user