From 45a9a433f4b0de69672ea6ad47613e0725ef2092 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 7 Dec 2016 06:54:22 -0800 Subject: [PATCH] Fix references to "stats" to "stats.js" (#13150) --- physijs/tests/body.ts | 2 +- physijs/tests/collisions.ts | 2 +- physijs/tests/compound.ts | 2 +- physijs/tests/constraints_car.ts | 2 +- physijs/tests/heightfield.ts | 2 +- physijs/tests/jenga.ts | 2 +- physijs/tests/memorytest-compound.ts | 2 +- physijs/tests/memorytest-convex.ts | 2 +- physijs/tests/memorytest.ts | 2 +- physijs/tests/shapes.ts | 2 +- physijs/tests/vehicle.ts | 2 +- three/tests/three-tests-setup.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/physijs/tests/body.ts b/physijs/tests/body.ts index 4cb57a40d9..dfb0224f65 100644 --- a/physijs/tests/body.ts +++ b/physijs/tests/body.ts @@ -1,4 +1,4 @@ -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/collisions.ts b/physijs/tests/collisions.ts index 6946cf8457..20493189e0 100644 --- a/physijs/tests/collisions.ts +++ b/physijs/tests/collisions.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/compound.ts b/physijs/tests/compound.ts index c5445d7776..a47ebc443d 100644 --- a/physijs/tests/compound.ts +++ b/physijs/tests/compound.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/constraints_car.ts b/physijs/tests/constraints_car.ts index 2863253d63..aa08737fb0 100644 --- a/physijs/tests/constraints_car.ts +++ b/physijs/tests/constraints_car.ts @@ -1,4 +1,4 @@ -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/heightfield.ts b/physijs/tests/heightfield.ts index d184d705ea..4ad849f136 100644 --- a/physijs/tests/heightfield.ts +++ b/physijs/tests/heightfield.ts @@ -1,4 +1,4 @@ -/// +/// var TWEEN: any; diff --git a/physijs/tests/jenga.ts b/physijs/tests/jenga.ts index d4a333f426..039b05d5f6 100644 --- a/physijs/tests/jenga.ts +++ b/physijs/tests/jenga.ts @@ -1,4 +1,4 @@ -/// +/// Physijs.scripts.worker = '../physijs_worker.js'; Physijs.scripts.ammo = 'examples/js/ammo.js'; diff --git a/physijs/tests/memorytest-compound.ts b/physijs/tests/memorytest-compound.ts index a30a56658e..7c610a11a8 100644 --- a/physijs/tests/memorytest-compound.ts +++ b/physijs/tests/memorytest-compound.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/memorytest-convex.ts b/physijs/tests/memorytest-convex.ts index a46183498a..77976e2b36 100644 --- a/physijs/tests/memorytest-convex.ts +++ b/physijs/tests/memorytest-convex.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/memorytest.ts b/physijs/tests/memorytest.ts index d7c2a3ddc3..b8a81f20c1 100644 --- a/physijs/tests/memorytest.ts +++ b/physijs/tests/memorytest.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/shapes.ts b/physijs/tests/shapes.ts index 72f3cda0c2..655822b7b3 100644 --- a/physijs/tests/shapes.ts +++ b/physijs/tests/shapes.ts @@ -1,4 +1,4 @@ -/// +/// diff --git a/physijs/tests/vehicle.ts b/physijs/tests/vehicle.ts index beecaa1c8b..b8643de3b0 100644 --- a/physijs/tests/vehicle.ts +++ b/physijs/tests/vehicle.ts @@ -1,4 +1,4 @@ -/// +/// var TWEEN: any; var SimplexNoise: any; diff --git a/three/tests/three-tests-setup.ts b/three/tests/three-tests-setup.ts index f547699d81..e91c233f1b 100644 --- a/three/tests/three-tests-setup.ts +++ b/three/tests/three-tests-setup.ts @@ -2,7 +2,7 @@ // https://github.com/mrdoob/three.js/tree/master/examples ////////////////////////////////////////////////////////////// -/// +/// ///