mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 20:54:12 +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;
|
||||
i++;
|
||||
}
|
||||
return -1;
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user