mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 02:53:31 +02:00
Rename the misspelled util.interruptableRange to util.interruptibleRange.
This commit is contained in:
@@ -449,7 +449,7 @@ const liberator = (function () //{{{
|
||||
let each, eachUnits, totalUnits;
|
||||
let total = 0;
|
||||
|
||||
for (let i in util.interruptableRange(0, count, 500))
|
||||
for (let i in util.interruptibleRange(0, count, 500))
|
||||
{
|
||||
let now = Date.now();
|
||||
method();
|
||||
|
||||
Reference in New Issue
Block a user