Skip to content

Commit 018610b

Browse files
committed
Fix lint error
1 parent 15f9ff8 commit 018610b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RenderWebGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class RenderWebGL extends EventEmitter {
419419
* @param {number} blue The blue component for the background.
420420
* @param {number} alpha The alpha component for the background.
421421
*/
422-
setBackgroundColor (red, green, blue, alpha=1) {
422+
setBackgroundColor (red, green, blue, alpha = 1) {
423423
this.dirty = true;
424424

425425
// WebGL will want the color to be pre-multiplied.

0 commit comments

Comments
 (0)