Browse Source

Fixed a typo in the interpolant constructor

anvaka 9 years ago
parent
commit
dd87b570ef
1 changed files with 1 additions and 1 deletions
  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 ) {