浏览代码

Merge pull request #7845 from anvaka/fix_intepolant

Fixed a typo in the interpolant constructor
Mr.doob 9 年之前
父节点
当前提交
a8d1767b60
共有 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 ) {