Pārlūkot izejas kodu

Fix implicit variable declaration in css3d_molecules.html

Tristan Valcke 8 gadi atpakaļ
vecāks
revīzija
aa664b49fb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;