提交 83c43a74 编写于 作者: M Mr.doob

Clean up.

上级 9ecb9635
......@@ -28,7 +28,7 @@ THREE.Box2.prototype = {
for ( var i = 0, il = points.length; i < il; i ++ ) {
this.expandByPoint( points[ i ] )
this.expandByPoint( points[ i ] );
}
......
......@@ -88,7 +88,7 @@ THREE.Euler.prototype = {
clone: function () {
return new this.constructor( this._x, this._y, this._z, this._order);
return new this.constructor( this._x, this._y, this._z, this._order );
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册