1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 20:54:10 +01:00

Merge with master.

This commit is contained in:
Kris Maglione
2008-12-18 14:03:15 -05:00
11 changed files with 24 additions and 30 deletions

View File

@@ -177,7 +177,7 @@ function CommandLine() //{{{
PAGE_DOWN: {},
RESET: null,
get completion()
get completion()
{
let str = commandline.command;
return str.substring(this.prefix.length, str.length - this.suffix.length);