Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Sep 27, 2024
1 parent dc6c826 commit 01b7d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/demo/example1.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
</thead>
<tbody></tbody>
</table>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/examples/demo/example1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function bindEvents() {
});

resetButton.addEventListener("click", () => {
resetTable(tableData);
resetTable();
});
}

Expand Down

0 comments on commit 01b7d7a

Please sign in to comment.