Add TODO comment

This commit is contained in:
Hajime Hoshi 2015-01-10 01:02:26 +09:00
parent 6dbe57ec11
commit e656b607f6

View File

@ -62,6 +62,8 @@ func SwapBuffers() {
}
func init() {
// TODO: Implement this with node-webgl mainly for testing.
doc := js.Global.Get("document")
if doc.Get("body") == nil {
ch := make(chan struct{})