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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user