1
0
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:
Kris Maglione
2014-02-17 20:04:45 -08:00
parent 512b01d574
commit 1963b49ab0
2 changed files with 13 additions and 5 deletions

View File

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