Bump to v0.3.2.

Former-commit-id: ff3cac0ce890b46a45c8738d559f68ac63b80caf
This commit is contained in:
John-David Dalton
2012-06-14 02:38:42 -04:00
parent 2a0b223896
commit 6ce9df8504
9 changed files with 173 additions and 219 deletions

View File

@@ -534,7 +534,7 @@
);
suites.push(
Benchmark.Suite('sortedIndex callback (slow path)')
Benchmark.Suite('sortedIndex callback')
.add('Lo-Dash', function() {
lodash.sortedIndex(words, 'twenty-five', function(value) {
return wordToNumber[value];