From 209947619bad4bba689ed553c19928b74e4e596c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 6 Jun 2009 10:43:02 +1000 Subject: [PATCH] Add FIXME note about an Error from the completions status timer. --- common/content/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/ui.js b/common/content/ui.js index 64a01608..27cc896a 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -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