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

Add FIXME note about an Error from the completions status timer.

This commit is contained in:
Doug Kearns
2009-06-06 10:43:02 +10:00
parent 60ae1deb3f
commit 209947619b

View File

@@ -495,6 +495,7 @@ function CommandLine() //{{{
/////////////////////////////////////////////////////////////////////////////{{{
var statusTimer = new Timer(5, 100, function statusTell() {
// FIXME: completions is null Error
if (completions.selected == null)
statusline.updateProgress("");
else