mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 13:02:27 +01:00
Rename the misspelled util.interruptableRange to util.interruptibleRange.
This commit is contained in:
@@ -551,7 +551,7 @@ const util = { //{{{
|
||||
* @param {number} time The time in milliseconds between thread yields.
|
||||
* @returns {Iterator(Object)}
|
||||
*/
|
||||
interruptableRange: function interruptableRange(start, end, time)
|
||||
interruptibleRange: function interruptibleRange(start, end, time)
|
||||
{
|
||||
let endTime = Date.now() + time;
|
||||
while (start < end)
|
||||
|
||||
Reference in New Issue
Block a user