mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 04:54:11 +01:00
Fix bug in last commit.
This commit is contained in:
@@ -1244,7 +1244,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
if (struct)
|
||||
update(res, {
|
||||
exec: function exec() let (match = exec.superapply(this, arguments)) match && struct.fromArray(match),
|
||||
source: source, struct: struct
|
||||
struct: struct
|
||||
});
|
||||
return res;
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user