Răsfoiți Sursa

Comment for statement that does not loop, waiting clever analysis

Tristan Valcke 9 ani în urmă
părinte
comite
56a3e092c3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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号