8000 Fix eslinter · plotly/plotly.js@67d5b59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67d5b59

Browse files
committed
Fix eslinter
1 parent 8e7c434 commit 67d5b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/assets/has_webgl_support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var getContext = require('webgl-context')
3+
var getContext = require('webgl-context');
44

55
module.exports = function hasWebGLSupport(testName) {
66
var gl, canvas;

0 commit comments

Comments
 (0)
0