mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 12:25:45 +01:00
Make :style better
This commit is contained in:
@@ -72,7 +72,7 @@ liberator.Completion = function () //{{{
|
||||
var complist = list[i][0] instanceof Array ? list[i][0] : [list[i][0]];
|
||||
for (let j = 0; j < complist.length; j++)
|
||||
{
|
||||
var item = complist[j];
|
||||
var item = String(complist[j]);
|
||||
if (ignorecase)
|
||||
item = item.toLowerCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user