Skip to content

Commit

Permalink
Modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscastro193 authored Sep 8, 2024
1 parent afe11f8 commit 2ca441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function htmlToElement(html) {

export class AuxEvent {
constructor() {
this.event = document.createElement('e');
this.event = new EventTarget();
this.aux = new Event('e');
}

Expand Down

0 comments on commit 2ca441d

Please sign in to comment.