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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user