Skip to content

Commit c9acae6

Browse files
committed
ESLint
1 parent a749c1c commit c9acae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/camera/components/CameraToScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var CameraToScreen = function (pointIn, pointOut)
3030

3131
if (!pointOut)
3232
{
33-
pointOut = {x: 0, y: 0};
33+
pointOut = { x: 0, y: 0 };
3434
}
3535

3636
/* Apply transform to point */

0 commit comments

Comments
 (0)