diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-10-06 06:39:41 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-10-06 06:39:41 -0400 |
commit | f65aaea14dea246b33f0bb8ad222aa9f7c4ea59f (patch) | |
tree | e801757e5a0c922ef26f7e66da7f437bab9c24ae /common/content/history.js | |
parent | 03197129173d404c478d003250cec6cae8bc1571 (diff) | |
download | pentadactyl-f65aaea14dea246b33f0bb8ad222aa9f7c4ea59f.tar.gz |
Cleanup main.jsm. Add (currently disabled) command cacheing.
Diffstat (limited to 'common/content/history.js')
-rw-r--r-- | common/content/history.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/history.js b/common/content/history.js index 30d5935c..d87f4471 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -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; }, |