Просмотр исходного кода

Fix implicit variable declaration in css3d_molecules.html

Tristan Valcke 8 лет назад
Родитель
Сommit
aa664b49fb
1 измененных файлов с 1 добавлено и 1 удалено
  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;