1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 17:37:57 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2011-04-04 22:10:28 +10:00
parent b1f6343fda
commit 8ef77adb1c
7 changed files with 9 additions and 14 deletions

View File

@@ -472,7 +472,7 @@ var HintSession = Class("HintSession", CommandMode, {
else if (n)
hints.setClass(elem, n % 2);
else
hints.setClass(elem, this.validHints[Math.max(0, this.hintNumber-1)].elem === elem);
hints.setClass(elem, this.validHints[Math.max(0, this.hintNumber - 1)].elem === elem);
if (n--)
this.timeout(next, 50);