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

Remove a stale comment.

The visualbell popup no longer clears the command-line.

--HG--
extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600
This commit is contained in:
Doug Kearns
2010-09-30 16:51:59 +10:00
parent db40a27d0e
commit 8911bedbd7

View File

@@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", {
* 'visualbell' option. * 'visualbell' option.
*/ */
beep: requiresMainThread(function () { beep: requiresMainThread(function () {
// FIXME: popups clear the command line
if (options["visualbell"]) { if (options["visualbell"]) {
// flash the visual bell // flash the visual bell
let popup = document.getElementById("dactyl-visualbell"); let popup = document.getElementById("dactyl-visualbell");