diff --git a/src/GalleryComponent.ts b/src/GalleryComponent.ts index cc1558a..450a3e7 100644 --- a/src/GalleryComponent.ts +++ b/src/GalleryComponent.ts @@ -44,13 +44,13 @@ namespace IIIFComponents { this._$rightOptions = $('
'); this._$header.append(this._$rightOptions); - this._$sizeDownButton = $(''); + this._$sizeDownButton = $(''); this._$leftOptions.append(this._$sizeDownButton); - this._$sizeRange = $(''); + this._$sizeRange = $(''); this._$leftOptions.append(this._$sizeRange); - this._$sizeUpButton = $(''); + this._$sizeUpButton = $(''); this._$leftOptions.append(this._$sizeUpButton); this._$multiSelectOptions = $(''); @@ -422,7 +422,7 @@ namespace IIIFComponents { if (visible !== "false") { $wrap.addClass('loading'); const src: string = $thumb.attr('data-src'); - const $img: JQuery = $('