We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7c434 commit 67d5b59Copy full SHA for 67d5b59
test/jasmine/assets/has_webgl_support.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var getContext = require('webgl-context')
+var getContext = require('webgl-context');
4
5
module.exports = function hasWebGLSupport(testName) {
6
var gl, canvas;
0 commit comments