Removed unnecessary description of the test code. And, correct errors detected in WebStorm.

This commit is contained in:
satoru kimura
2014-05-13 12:42:39 +09:00
parent 68fd50f64b
commit d900e75c0b
5 changed files with 6 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
/// <reference path="../../three.d.ts" />
/// <reference path="../../../tween.js/tween.js.d.ts" />
/// <reference path="../three-tests-setup.ts" />
// https://github.com/mrdoob/three.js/blob/master/examples/css3d_periodictable.html
@@ -316,7 +317,6 @@
.start();
}
new TWEEN.Tween(this)
.to({}, duration * 2)
.onUpdate(render)