mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Rename some functions. Add options.(set|get|reset|invert)Pref completion
This commit is contained in:
@@ -130,7 +130,7 @@ const util = { //{{{
|
||||
};
|
||||
},
|
||||
|
||||
ciCompare: function (a, b)
|
||||
compareIgnoreCase: function (a, b)
|
||||
{
|
||||
return String.localeCompare(a.toLowerCase(), b.toLowerCase());
|
||||
},
|
||||
@@ -357,7 +357,7 @@ const util = { //{{{
|
||||
yield start++;
|
||||
},
|
||||
|
||||
rangeInterruptable: function (start, end, time)
|
||||
interruptableRange: function (start, end, time)
|
||||
{
|
||||
let endTime = Date.now() + time;
|
||||
while (start < end)
|
||||
|
||||
Reference in New Issue
Block a user