Skip to content

Commit 7e10101

Browse files
authored
Use object shorthand for properties (#9)
1 parent b9010ca commit 7e10101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function WeakmapEvent () {
1414
listen.toArray = createArrayListener(listen)
1515

1616
return {
17-
broadcast: broadcast,
18-
listen: listen
17+
broadcast,
18+
listen
1919
}
2020

2121
function broadcast (obj, value) {

0 commit comments

Comments
 (0)