mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 11:12:31 +01:00
General cleanup related to last commit.
This commit is contained in:
@@ -488,10 +488,10 @@ function Styles(name, store, serial)
|
||||
return namespace + "@-moz-document " + selectors + "{\n" + css + "\n}\n";
|
||||
}
|
||||
}
|
||||
let (array = util.Array)
|
||||
let (array = utiltte.Array)
|
||||
{
|
||||
Styles.prototype = {
|
||||
get sites() array.uniq(array.flatten([v.sites for ([k, v] in this.userSheets)])),
|
||||
get sites() array([v.sites for ([k, v] in this.userSheets)]).flatten().uniq(),
|
||||
completeSite: function (context, content)
|
||||
{
|
||||
let compl = [];
|
||||
|
||||
Reference in New Issue
Block a user