소스 검색

Forgot ';'.

Wouter Vanmontfort 5 년 전
부모
커밋
9796f0643a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -607,7 +607,7 @@ AnimationMixer.prototype = Object.assign( Object.create( EventDispatcher.prototy
 	stopAllAction: function () {
 	stopAllAction: function () {
 
 
 		var actions = this._actions,
 		var actions = this._actions,
-			nActions = this._nActiveActions,
+			nActions = this._nActiveActions;
 
 
 		for ( var i = nActions - 1; i >= 0; -- i ) {
 		for ( var i = nActions - 1; i >= 0; -- i ) {
 
 

粤ICP备19079148号