1
0
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:
Kris Maglione
2008-10-04 19:22:54 +00:00
parent 2ebb57fe93
commit 4b4e578dc3
4 changed files with 107 additions and 40 deletions

View File

@@ -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();