mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 15:34:12 +01:00
Fix some CPOW issues. Everything is still terrible, though.
This commit is contained in:
@@ -409,7 +409,9 @@ var Contexts = Module("contexts", {
|
||||
return frame;
|
||||
},
|
||||
|
||||
groups: Class.Memoize(function () { return this.matchingGroups(); }),
|
||||
groups: Class.Memoize(function () {
|
||||
return this.matchingGroups();
|
||||
}),
|
||||
|
||||
allGroups: Class.Memoize(function () {
|
||||
return Object.create(this.groupsProto, {
|
||||
|
||||
Reference in New Issue
Block a user