@@ -270,7 +270,7 @@ THREE.Ray.prototype = {
// else t0 is in front of the ray, so return the first collision point scaled by t0
return this.at( t0, optionalTarget );
- }
+ };
}(),