1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 15:37:59 +01:00

Cleanup main.jsm. Add (currently disabled) command cacheing.

This commit is contained in:
Kris Maglione
2011-10-06 06:39:41 -04:00
parent 0319712917
commit f65aaea14d
10 changed files with 238 additions and 129 deletions

View File

@@ -122,8 +122,6 @@ var History = Module("history", {
steps -= sign;
}
util.dump(idx, sh.index, sh.length, steps);
dactyl.assert(idx != null);
sh.index = idx;
},