1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:07:59 +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

@@ -197,7 +197,7 @@ function Buffer() //{{{
{
if (mappings.repeat)
{
for (let i in util.interruptableRange(0, Math.max(count, 1), 100))
for (let i in util.interruptibleRange(0, Math.max(count, 1), 100))
mappings.repeat();
}
},