Fixed undefined reference

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2018-09-04 20:04:15 -07:00
parent 1452811c87
commit 436524f036

View File

@ -395,7 +395,7 @@
if (i == visible.length) { if (i == visible.length) {
this.thumbnails[index].visible = false; this.thumbnails[index].visible = false;
} }
}); }.bind(this));
/* Turn on visibility for any item that is now visible */ /* Turn on visibility for any item that is now visible */
visible.forEach(function(index) { visible.forEach(function(index) {