Skip to content

Commit

Permalink
Fix reassigning const variable
Browse files Browse the repository at this point in the history
  • Loading branch information
neumann89 committed Jan 27, 2022
1 parent a4fd4c9 commit aa808a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Timer = Extension.imports.timer;

/* GLOBAL VARIABLES */
let textbox, submenu, slider, switcher, separator, settings, timer;
const settingsSignals = [];
let settingsSignals = [];

/* ACTION FUNCTIONS */
// show textbox with message
Expand Down

0 comments on commit aa808a3

Please sign in to comment.