mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Remove references to _.
This commit is contained in:
@@ -35,7 +35,7 @@ const wrapFlags = [
|
||||
*/
|
||||
function updateWrapDetails(details, bitmask) {
|
||||
arrayEach(wrapFlags, pair => {
|
||||
const value = `_.${ pair[0] }`;
|
||||
const value = `${ pair[0] }`;
|
||||
if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {
|
||||
details.push(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user