mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 20:45:45 +01:00
Import minor changes from groups branch.
This commit is contained in:
@@ -152,6 +152,8 @@ var Storage = Module("Storage", {
|
||||
},
|
||||
|
||||
cleanup: function () {
|
||||
this.saveAll();
|
||||
|
||||
for (let key in keys(this.keys)) {
|
||||
if (this[key].timer)
|
||||
this[key].timer.flush();
|
||||
|
||||
Reference in New Issue
Block a user