this.cancel is undefined

This commit is contained in:
2026-02-06 12:23:26 +01:00
committed by Florian Greistorfer
parent 9814f078eb
commit 4e5e6f2f91

View File

@@ -9,7 +9,6 @@ class PhotoGallery {
this.debounce = this.debounce.bind(this); this.debounce = this.debounce.bind(this);
this.openSwipe = this.openSwipe.bind(this); this.openSwipe = this.openSwipe.bind(this);
this.prefetch = this.prefetch.bind(this); this.prefetch = this.prefetch.bind(this);
this.cancel = this.cancel.bind(this);
this.reset = this.reset.bind(this); this.reset = this.reset.bind(this);
this.recursive = this.recursive.bind(this); this.recursive = this.recursive.bind(this);
this.requestMetadata = this.requestMetadata.bind(this); this.requestMetadata = this.requestMetadata.bind(this);