ebiten/internal/web
Hajime Hoshi f19e349d38 web: Remove IsNodeJS
gjbt now creates a pseudo-Node environment by creating
window.process object, and this conflicted with an assumption that
Ebiten doesn't nothing on Node environment. See
https://github.com/myitcv/gjbt/pull/13 for the detail.

This change allows Ebiten work on pseudo-Node environment. Even
after this change, Ebiten doesn't work on real Node environment
due to lack of DOM.
2018-06-28 00:12:24 +09:00
..
js.go web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00
notjs.go web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00