mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 17:15:47 +01:00
Don't duplicate group properties in subgroups.
--HG-- branch : groups
This commit is contained in:
@@ -37,9 +37,7 @@ var Group = Class("Group", {
|
||||
|
||||
this.Group = constructor;
|
||||
this.name = name;
|
||||
memoize(Group.prototype, name,
|
||||
function () constructor(this.name, this.description,
|
||||
this.filter, this.persist));
|
||||
memoize(Group.prototype, name, function () constructor(this));
|
||||
|
||||
memoize(Group.subGroupMap, name,
|
||||
function () Object.create(Object.create(contexts.subGroupProto,
|
||||
|
||||
Reference in New Issue
Block a user