ui: Fix comments

This commit is contained in:
Hajime Hoshi 2019-01-13 22:51:24 +09:00
parent 9e11477d6c
commit 6ed4bbc0a2

View File

@ -266,7 +266,7 @@ func init() {
window.Call("addEventListener", "load", js.NewCallback(func([]js.Value) {
close(ch)
}))
// TODO: This blocks the main goroutine, but should not.
// TODO: This blocks the main goroutine on GopherJS, but should not.
<-ch
}