mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 19:45:46 +01:00
iter.indexOf should return -1 when the elem is not found.
This commit is contained in:
@@ -1607,6 +1607,7 @@ update(iter, {
|
|||||||
return i;
|
return i;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
return -1;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user