Travis build: 1435
This commit is contained in:
@ -15,5 +15,5 @@ const sortedIndexBy = (arr, n, fn) => {
|
||||
```
|
||||
|
||||
```js
|
||||
sortedIndexBy([{ 'x': 4 }, { 'x': 5 }], { 'x': 4 }, o => o.x); // 0
|
||||
sortedIndexBy([{ x: 4 }, { x: 5 }], { x: 4 }, o => o.x); // 0
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user