improve the comments
This commit is contained in:
parent
78bed4dd0c
commit
7ecbc84aa5
1 changed files with 5 additions and 2 deletions
|
@ -16,12 +16,15 @@ async function build() {
|
||||||
let window = new windowman();
|
let window = new windowman();
|
||||||
window.sync();
|
window.sync();
|
||||||
|
|
||||||
|
// Add the window events.
|
||||||
events(window);
|
events(window);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Define the mapping of each button.
|
Define the mapping of each button.
|
||||||
*/
|
|
||||||
|
@param {object} window the window
|
||||||
|
*/
|
||||||
function events(window) {
|
function events(window) {
|
||||||
if (document.querySelector(`[data-action="filters,update"]`)) {
|
if (document.querySelector(`[data-action="filters,update"]`)) {
|
||||||
document
|
document
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue