1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-30 18:36:31 +02:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-12-18 19:38:05 +11:00
parent b200139456
commit c11e153766
8 changed files with 8 additions and 10 deletions
+1 -1
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);