Fix typo in perf.js.

Former-commit-id: d9572081f88cf96d50b868201eaf9d0b5bc4d63f
This commit is contained in:
John-David Dalton
2013-08-11 23:04:07 -07:00
parent 4200e2e4e4
commit 98b3496717

View File

@@ -287,7 +287,7 @@
};\
\
var _boundNormal = _.bind(func, thisArg),\
_boundMultiple = = _boundNormal,\
_boundMultiple = _boundNormal,\
_boundPartial = _.bind(func, thisArg, "hi");\
\
var lodashBoundNormal = lodash.bind(func, thisArg),\