mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 23:23:44 +02: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)
|
if (struct)
|
||||||
update(res, {
|
update(res, {
|
||||||
exec: function exec() let (match = exec.superapply(this, arguments)) match && struct.fromArray(match),
|
exec: function exec() let (match = exec.superapply(this, arguments)) match && struct.fromArray(match),
|
||||||
source: source, struct: struct
|
struct: struct
|
||||||
});
|
});
|
||||||
return res;
|
return res;
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user