mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
More completion stuff.
This commit is contained in:
@@ -130,10 +130,7 @@ const util = { //{{{
|
||||
};
|
||||
},
|
||||
|
||||
compareIgnoreCase: function (a, b)
|
||||
{
|
||||
return String.localeCompare(a.toLowerCase(), b.toLowerCase());
|
||||
},
|
||||
compareIgnoreCase: function (a, b) String.localeCompare(a.toLowerCase(), b.toLowerCase()),
|
||||
|
||||
clip: function (str, length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user