1
0
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:
Doug Kearns
2014-10-04 02:09:50 +10:00
parent 3a7fafb8ff
commit 85465a5f50

View File

@@ -1607,6 +1607,7 @@ update(iter, {
return i;
i++;
}
return -1;
},
/**