mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Fix comments
This commit is contained in:
parent
9e11477d6c
commit
6ed4bbc0a2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user