瀏覽代碼

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' );
 						atom.src = colorSprite;