Procházet zdrojové kódy

Fixed a typo in the interpolant constructor

anvaka před 9 roky
rodič
revize
dd87b570ef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ) {