Skip to content

Commit

Permalink
Add WebGL browser globals
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhogg committed Nov 9, 2014
1 parent 3a71ce8 commit 0e5663d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,21 @@ exports.browser = {
TimeEvent : false,
top : false,
URL : false,
WebGLActiveInfo : false,
WebGLBuffer : false,
WebGLContextAttributes: false,
WebGLContextEvent : false,
WebGLContextEventInit: false,
WebGLFramebuffer : false,
WebGLHandlesContextLoss: false,
WebGLObject : false,
WebGLProgram : false,
WebGLRenderbuffer : false,
WebGLRenderingContext: false,
WebGLShader : false,
WebGLShaderPrecisionFormat: false,
WebGLTexture : false,
WebGLUniformLocation : false,
WebSocket : false,
window : false,
Worker : false,
Expand Down

0 comments on commit 0e5663d

Please sign in to comment.