dennwc / dom

DOM library for Go and WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small bug in node.go

bketelsen opened this issue · comments

Event callbacks should call Release() not Close() now. Sent pr #1 to fix.

Looks great!

Merged, thanks! :)