Explorar el Código

Comment for statement that does not loop, waiting clever analysis

Tristan Valcke hace 9 años
padre
commit
56a3e092c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ];
 

粤ICP备19079148号