From 436524f036a7b6bacc68059c68a26a88c3a9a01f Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 4 Sep 2018 20:04:15 -0700 Subject: [PATCH] Fixed undefined reference Signed-off-by: James Ketrenos --- frontend/src/ketr-photos/ketr-photos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index fbd389c..eb9fd64 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -395,7 +395,7 @@ if (i == visible.length) { this.thumbnails[index].visible = false; } - }); + }.bind(this)); /* Turn on visibility for any item that is now visible */ visible.forEach(function(index) {