1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 13:21:24 +02: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
+1
View File
@@ -1607,6 +1607,7 @@ update(iter, {
return i;
i++;
}
return -1;
},
/**