mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make let/const consistent
This commit is contained in:
parent
d2f4de962a
commit
1203dbd86b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ clInput.addEventListener("keydown", function (keyevent) {
|
|||
|
||||
clInput.addEventListener("input", () => {
|
||||
const exstr = clInput.value
|
||||
let expandedCmd = aliases.expandExstr(exstr)
|
||||
const expandedCmd = aliases.expandExstr(exstr)
|
||||
|
||||
// Fire each completion and add a callback to resize area
|
||||
logger.debug(activeCompletions)
|
||||
|
|
Loading…
Add table
Reference in a new issue