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();
|
||||
window.sync();
|
||||
|
||||
// Add the window events.
|
||||
events(window);
|
||||
};
|
||||
|
||||
/*
|
||||
Define the mapping of each button.
|
||||
*/
|
||||
Define the mapping of each button.
|
||||
|
||||
@param {object} window the window
|
||||
*/
|
||||
function events(window) {
|
||||
if (document.querySelector(`[data-action="filters,update"]`)) {
|
||||
document
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue