Преглед изворни кода

Fixed a typo in the interpolant constructor

anvaka пре 9 година
родитељ
комит
dd87b570ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/math/Interpolant.js

+ 1 - 1
src/math/Interpolant.js

@@ -35,7 +35,7 @@ THREE.Interpolant = function(
 
 THREE.Interpolant.prototype = {
 
-	constructor: THREE.Intepolant,
+	constructor: THREE.Interpolant,
 
 	evaluate: function( t ) {