1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 05:24:12 +01:00

Some completion fixes

This commit is contained in:
Kris Maglione
2008-11-26 10:51:43 +00:00
parent 5da5f6336a
commit 7d1b3f793c
7 changed files with 39 additions and 32 deletions

View File

@@ -192,7 +192,7 @@ function Styles(name, store, serial)
let sheet = sheets.filter(function (s) s.sites.join(",") == filter && s.css == css)[0];
if (!sheet)
sheet = new Sheet(name, filter.split(",").filter(function (s) s), css, null);
sheet = new Sheet(name, filter.split(",").filter(util.identity), css, null);
if (sheet.ref == null) // Not registered yet
{