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

Clean up some crufty comments.

This commit is contained in:
Doug Kearns
2010-10-09 22:48:54 +11:00
parent 8be0558982
commit 64a50b8cfc
8 changed files with 2 additions and 24 deletions

View File

@@ -55,7 +55,6 @@ const History = Module("history", {
return obj;
},
// TODO: better names
stepTo: function stepTo(steps) {
let start = 0;
let end = window.getWebNavigation().sessionHistory.count - 1;