Remove assignment to undeclared variable in perf.js.

Former-commit-id: 6c8c6bd2db9a3ab137f6a705e2dabb2c07ccdc34
This commit is contained in:
John-David Dalton
2013-03-10 23:51:17 -07:00
parent 041c0cc322
commit 3d1330c85d

View File

@@ -1284,7 +1284,7 @@
'teardown': 'function omit(){}'
})
.add(otherName, {
'fn': 'result = _.omit(wordToNumber, words)',
'fn': '_.omit(wordToNumber, words)',
'teardown': 'function omit(){}'
})
);