mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-04-17 11:30:08 +02:00
this.cancel is undefined
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user