Преглед на файлове

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 ) {