Explorar el Código

Fix implicit variable declaration in css3d_molecules.html

Tristan Valcke hace 8 años
padre
commit
aa664b49fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/css3d_molecules.html

+ 1 - 1
examples/css3d_molecules.html

@@ -368,7 +368,7 @@
 
 						}
 
-						colorSprite = colorSpriteMap[ element ];
+						var colorSprite = colorSpriteMap[ element ];
 
 						var atom = document.createElement( 'img' );
 						atom.src = colorSprite;