Skip to content

Commit 809fbd9

Browse files
Mugen87mrdoob
authored andcommitted
Ray: Added missing semicolon (mrdoob#8657)
1 parent 828e936 commit 809fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/Ray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ THREE.Ray.prototype = {
270270
// else t0 is in front of the ray, so return the first collision point scaled by t0
271271
return this.at( t0, optionalTarget );
272272

273-
}
273+
};
274274

275275
}(),
276276

0 commit comments

Comments
 (0)