mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 00:15:46 +01:00
Fix iteration over whacky Map Iterators.
This commit is contained in:
@@ -1634,7 +1634,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
if (args["+purgecaches"])
|
||||
cache.flush();
|
||||
|
||||
util.delay(function () { util.rehash(args) });
|
||||
util.delay(() => { util.rehash(args) });
|
||||
},
|
||||
{
|
||||
argCount: "0", // FIXME
|
||||
|
||||
Reference in New Issue
Block a user