Explorar o código

Missing semicolon.

Mr.doob %!s(int64=13) %!d(string=hai) anos
pai
achega
0cbad1764e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/Ray.js

+ 1 - 1
src/core/Ray.js

@@ -224,7 +224,7 @@ THREE.Ray = function ( origin, direction, near, far ) {
 
 		return intersects;
 
-	}
+	};
 
 	this.intersectObjects = function ( objects ) {