1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 10:04:12 +01:00

Fix bug in last commit.

This commit is contained in:
Kris Maglione
2011-01-13 13:15:42 -05:00
parent 4246d6f327
commit 671077f1e7

View File

@@ -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;
}, {