From bbadb4bd6eb513fa5377e3288fbd3c13589b57d1 Mon Sep 17 00:00:00 2001 From: Kon Date: Sun, 3 Mar 2013 01:23:38 +0900 Subject: [PATCH] Fixed unneeded comments --- threejs/three-tests.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/threejs/three-tests.ts b/threejs/three-tests.ts index d5a3fb2a0..c086e3aaf 100644 --- a/threejs/three-tests.ts +++ b/threejs/three-tests.ts @@ -1,13 +1,7 @@ /// /// -/** - * @author bhouston / http://exocortex.com - */ - - /** - * @author bhouston / http://exocortex.com - */ +// https://github.com/mrdoob/three.js/tree/master/test/unit/math var x = 2; var y = 3;