mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:54:13 +01:00
Add missing semicolons.
This commit is contained in:
@@ -1647,7 +1647,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
if (args["+purgecaches"])
|
||||
cache.flush();
|
||||
|
||||
util.delay(() => { util.rehash(args) });
|
||||
util.delay(() => { util.rehash(args); });
|
||||
},
|
||||
{
|
||||
argCount: "0", // FIXME
|
||||
|
||||
Reference in New Issue
Block a user