Add missing 'var' to local variable

This commit is contained in:
Ryan Huffman 2014-12-10 14:27:37 -08:00
parent 961f629074
commit 9c9bfeed33

View file

@ -158,7 +158,7 @@ function changeLobbyTextures() {
};
for (var j = 0; j < NUM_PANELS; j++) {
panelIndex = locationIndexToPanelIndex(j);
var panelIndex = locationIndexToPanelIndex(j);
textureProp["textures"]["file" + panelIndex] = "http:" + locations[j].thumbnail_url;
};