1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 16:54:12 +01:00

Remove a stale comment.

This commit is contained in:
Doug Kearns
2010-09-28 18:32:08 +10:00
parent 2bb408663d
commit f3be395b0c

View File

@@ -678,8 +678,6 @@ lookup:
context.generate = function () lines.map(function (line) (line.match(/([^=]+)=(.+)/) || []).slice(1));
};
// TODO: support file:// and \ or / path separators on both platforms
// if "tail" is true, only return names without any directory components
completion.file = function file(context, full, dir) {
// dir == "" is expanded inside readDirectory to the current dir
[dir] = (dir || context.filter).match(/^(?:.*[\/\\])?/);