Skip to content

Commit 4d2692e

Browse files
committed
Auto-generated commit
1 parent e159a0c commit 4d2692e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ console.log( idx );
3333
idx = indexOf( x, 'foo', 1, false );
3434
console.log( idx );
3535
// => 4
36-
// => -1
3736

3837
idx = indexOf( x, 'foo', -4, false );
3938
console.log( idx );

0 commit comments

Comments
 (0)