Call super in WebGL context

This commit is contained in:
Tim Schaub
2018-07-18 00:45:19 -06:00
parent 3f4ba0af5f
commit fe8fcfbc7e

View File

@@ -29,6 +29,7 @@ class WebGLContext extends Disposable {
* @param {WebGLRenderingContext} gl GL.
*/
constructor(canvas, gl) {
super();
/**
* @private