1
0
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:
Kris Maglione
2011-02-05 05:22:05 -05:00
parent 020ad98197
commit 4d7794d888
2 changed files with 5 additions and 9 deletions

View File

@@ -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,