Browse Source

Fixed a typo in the interpolant constructor

anvaka 9 năm trước cách đây
mục cha
commit
dd87b570ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 ) {