1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 07:44:14 +01:00

Rename the misspelled util.interruptableRange to util.interruptibleRange.

This commit is contained in:
Doug Kearns
2009-01-01 21:28:24 +11:00
parent eeca611435
commit cb5fca695f
4 changed files with 4 additions and 4 deletions

View File

@@ -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();