Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
demakoff committed Nov 24, 2023
1 parent 9a9aab3 commit 0292266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api_assets/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
if (themeToggleButton) {
themeToggleButton.addEventListener(
'click',
function() { mq.removeEventListener('change', mqChangeListener); },
function() {
mq.removeEventListener('change', mqChangeListener);
},
{ once: true },
);
}
Expand Down

0 comments on commit 0292266

Please sign in to comment.