Skip to content

Commit

Permalink
fix export class
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherminh committed Jan 8, 2024
1 parent dca94e1 commit 9b14e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-target.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const STRING_TAG = 'Transcend';
/**
* EventTarget shim
*/
export const EventTargetShim = Object.freeze(
export const TranscendEventTarget = Object.freeze(
IS_EDGEHTML || (SAFARI_VERSION && +SAFARI_VERSION < 14)
? /**
* EventTarget shim for EdgeHTML and Safari <14
Expand Down

0 comments on commit 9b14e4a

Please sign in to comment.