1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-17 12:25:23 +02: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
+1 -1
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 = [];