mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 23:35:44 +01:00
Fix #212
This commit is contained in:
@@ -488,7 +488,7 @@ function Styles(name, store, serial)
|
||||
return namespace + "@-moz-document " + selectors + "{\n" + css + "\n}\n";
|
||||
}
|
||||
}
|
||||
let (array = utiltte.Array)
|
||||
let (array = util.Array)
|
||||
{
|
||||
Styles.prototype = {
|
||||
get sites() array([v.sites for ([k, v] in this.userSheets)]).flatten().uniq(),
|
||||
|
||||
Reference in New Issue
Block a user