浏览代码

Fix implicit variable declaration in css3d_molecules.html

Tristan Valcke 8 年之前
父节点
当前提交
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' );
 						var atom = document.createElement( 'img' );
 						atom.src = colorSprite;
 						atom.src = colorSprite;