mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:18:00 +01:00
Add FIXME note about an Error from the completions status timer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user