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

Another attempt at revision 8613b76cff40.

This commit is contained in:
Kris Maglione
2011-02-03 09:48:10 -05:00
parent e470de350c
commit d48dcd8723
16 changed files with 149 additions and 111 deletions

View File

@@ -660,7 +660,7 @@ var Options = Module("options", {
if (!extraInfo)
extraInfo = {};
extraInfo.definedAt = commands.getCaller(Components.stack.caller);
extraInfo.definedAt = Commands.getCaller(Components.stack.caller);
let name = names[0];
if (name in this._optionMap) {
@@ -973,7 +973,7 @@ var Options = Module("options", {
}
if (res)
dactyl.echoerr(res);
option.setFrom = commands.getCaller(null);
option.setFrom = Commands.getCaller(null);
}
}
flushList();