mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
Cleanup main.jsm. Add (currently disabled) command cacheing.
This commit is contained in:
@@ -1915,7 +1915,7 @@ var ItemList = Class("ItemList", {
|
||||
// would force a reflow after each DOM modification.
|
||||
this.activeGroups.filter(function (g) !g.collapsed)
|
||||
.map(function (g) g.rescrollFunc)
|
||||
.forEach(function (f) f());
|
||||
.forEach(call);
|
||||
|
||||
this._resize.tell(ItemList.RESIZE_BRIEF);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user