mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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(){}'
|
||||
})
|
||||
.add(otherName, {
|
||||
'fn': 'result = _.omit(wordToNumber, words)',
|
||||
'fn': '_.omit(wordToNumber, words)',
|
||||
'teardown': 'function omit(){}'
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user