mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:02:26 +01:00
Rename some functions. Add options.(set|get|reset|invert)Pref completion
This commit is contained in:
@@ -394,7 +394,7 @@ const liberator = (function () //{{{
|
||||
let each, eachUnits, totalUnits;
|
||||
let total = 0;
|
||||
|
||||
for (let i in util.rangeInterruptable(0, count, 500))
|
||||
for (let i in util.interruptableRange(0, count, 500))
|
||||
{
|
||||
let now = Date.now();
|
||||
liberator[method](args);
|
||||
|
||||
Reference in New Issue
Block a user