1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 00:04:11 +01:00

Fix completion.

This commit is contained in:
Kris Maglione
2009-04-29 20:29:14 -04:00
parent 2578a77f52
commit 324597c8a7
2 changed files with 3 additions and 3 deletions

View File

@@ -491,7 +491,7 @@ function Styles(name, store, serial)
let (array = util.Array)
{
Styles.prototype = {
get sites() array([v.sites for ([k, v] in this.userSheets)]).flatten().uniq(),
get sites() array([v.sites for ([k, v] in this.userSheets)]).flatten().uniq().__proto__,
completeSite: function (context, content)
{
let compl = [];