1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 05:34:12 +01:00

Delete some stale comments.

--HG--
extra : rebase_source : 509c4daaf6e61de833f454cc81d8a7e13752eb94
This commit is contained in:
Doug Kearns
2011-06-19 19:17:04 +10:00
parent eefc32dfe4
commit 29874da067
3 changed files with 2 additions and 4 deletions

View File

@@ -270,7 +270,6 @@ var Marks = Module("marks", {
completion.mark = function mark(context) {
function percent(i) Math.round(i * 100);
// FIXME: Line/Column doesn't make sense with %
context.title = ["Mark", "HPos VPos File"];
context.keys.description = function ([, m]) percent(m.position.x) + "% " + percent(m.position.y) + "% " + m.location;
context.completions = marks.all;