1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:24:13 +01:00

Get rid of absurd strict JS warnings.

This commit is contained in:
Kris Maglione
2009-11-14 04:38:36 -05:00
parent dcedb36e9b
commit 91fd0e1169
29 changed files with 292 additions and 285 deletions

View File

@@ -104,6 +104,7 @@ const History = Module("history", {
liberator.echoerr("E283: No history matching \"" + filter + "\"");
else
liberator.echoerr("No history set");
return null;
}
}, {
}, {
@@ -129,6 +130,7 @@ const History = Module("history", {
else
history.stepTo(-Math.max(args.count, 1));
}
return null;
},
{
argCount: "?",
@@ -167,6 +169,7 @@ const History = Module("history", {
else
history.stepTo(Math.max(args.count, 1));
}
return null;
},
{
argCount: "?",