Skip to content

Commit

Permalink
feat(relay): modulo para extender o modulo event, focado em escuta de…
Browse files Browse the repository at this point in the history
… evento do parentElement
  • Loading branch information
deMGoncalves committed Sep 18, 2024
1 parent 31b9810 commit 65d3bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/relay.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import intercept from "../event/intercept";
import {
abortController,
connectedCallback,
disconnectedCallback,
} from "../event/interfaces";
import intercept from "../intercept";

/**
* Configura um event listener no `parentElement` e o aplica como um decorator ao método alvo.
Expand Down

0 comments on commit 65d3bed

Please sign in to comment.