mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Remove trailing comma from varDependencyMap.
Former-commit-id: e4f622e116c217eb98fb417d7b1770b88a95cb0d
This commit is contained in:
2
build.js
2
build.js
@@ -249,7 +249,7 @@
|
|||||||
'keys': ['iteratorObject'],
|
'keys': ['iteratorObject'],
|
||||||
'merge': ['indicatorObject'],
|
'merge': ['indicatorObject'],
|
||||||
'partialRight': ['indicatorObject'],
|
'partialRight': ['indicatorObject'],
|
||||||
'template': ['reInterpolate'],
|
'template': ['reInterpolate']
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Used to track the category of identifiers */
|
/** Used to track the category of identifiers */
|
||||||
|
|||||||
Reference in New Issue
Block a user