Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit 0bda0eb

Browse files
authored
Rename (Callback).Close -> Release (#6)
1 parent eacc9ba commit 0bda0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/js_notwasm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func NewEventCallback(flags EventCallbackFlag, fn func(event Value)) Callback {
5353
}
5454
}
5555

56-
func (c Callback) Close() {
56+
func (c Callback) Release() {
5757
}
5858

5959
type Error struct {

0 commit comments

Comments
 (0)