Browse Source

Forgot ';'.

Wouter Vanmontfort 5 years ago
parent
commit
9796f0643a
1 changed files with 1 additions and 1 deletions
  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 ) {