We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9010ca commit 7e10101Copy full SHA for 7e10101
1 file changed
index.js
@@ -14,8 +14,8 @@ function WeakmapEvent () {
14
listen.toArray = createArrayListener(listen)
15
16
return {
17
- broadcast: broadcast,
18
- listen: listen
+ broadcast,
+ listen
19
}
20
21
function broadcast (obj, value) {
0 commit comments