Selaa lähdekoodia

Fixed a typo in the interpolant constructor

anvaka 9 vuotta sitten
vanhempi
commit
dd87b570ef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ) {