1
0
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:
Kris Maglione
2009-04-15 16:31:32 -04:00
parent df5b66d838
commit f3f70d5cb8
9 changed files with 129 additions and 119 deletions

View File

@@ -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 = [];