mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Remove assignment to undeclared variable in perf.js.
Former-commit-id: 6c8c6bd2db9a3ab137f6a705e2dabb2c07ccdc34
This commit is contained in:
@@ -1284,7 +1284,7 @@
|
|||||||
'teardown': 'function omit(){}'
|
'teardown': 'function omit(){}'
|
||||||
})
|
})
|
||||||
.add(otherName, {
|
.add(otherName, {
|
||||||
'fn': 'result = _.omit(wordToNumber, words)',
|
'fn': '_.omit(wordToNumber, words)',
|
||||||
'teardown': 'function omit(){}'
|
'teardown': 'function omit(){}'
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user