Skip to content

Commit 80e61ee

Browse files
authored
Fixed Syntax to pass lint
1 parent 3003077 commit 80e61ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/prepare_regl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function prepareRegl(gd, extensions) {
4848
} catch(e) {
4949
success = false;
5050
}
51-
51+
5252
if(!d.regl) success = false;
5353

5454
if(success) {

0 commit comments

Comments
 (0)