mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 20:44:11 +01:00
Move util.Array to modules.Array_.
This commit is contained in:
@@ -470,7 +470,7 @@ function Styles(name, store)
|
||||
sss.unregisterSheet(uri, agent ? sss.AGENT_SHEET : sss.USER_SHEET);
|
||||
};
|
||||
}
|
||||
let (array = util.Array)
|
||||
let (array = Array_)
|
||||
{
|
||||
util.extend(Styles.prototype, {
|
||||
get sites() array([v.sites for ([k, v] in this.userSheets)]).flatten().uniq().__proto__,
|
||||
|
||||
Reference in New Issue
Block a user