Fixed undefined reference
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
1452811c87
commit
436524f036
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user