Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 9, 2015
1 parent 6dbe57e commit e656b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/ui/ui_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit e656b60

Please sign in to comment.