Browse Source

Comment for statement that does not loop, waiting clever analysis

Tristan Valcke 8 years ago
parent
commit
56a3e092c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -654,7 +654,7 @@ Object.assign( AnimationMixer.prototype, {
 
 		remove_empty_map: {
 
-			for ( var _ in bindingByName ) break remove_empty_map;
+			// for ( var _ in bindingByName ) break remove_empty_map;
 
 			delete bindingsByRoot[ rootUuid ];