1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 20:14:11 +01:00

Specify sh rather than bash in make_jar.sh shebang line. Fix FIXME.

This commit is contained in:
Kris Maglione
2009-06-06 10:14:47 -04:00
parent 209947619b
commit 97987ef0f5
2 changed files with 3 additions and 2 deletions

View File

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