Skip to content

Commit 4210a8f

Browse files
committed
Replace tabs with spaces.
1 parent 3a5c153 commit 4210a8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

photoswipe-fullscreen.esm.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PhotoSwipeFullscreen {
1717
...options
1818
};
1919
this.lightbox = lightbox;
20-
this.uiInit = false;
20+
this.uiInit = false;
2121
this.lightbox.on('init', () => {
2222
this.initPlugin();
2323
});
@@ -34,10 +34,10 @@ class PhotoSwipeFullscreen {
3434
'</svg>';
3535

3636
if (this.fullscreenAPI) {
37-
if (this.uiInit) {
38-
return;
39-
}
40-
this.uiInit = true;
37+
if (this.uiInit) {
38+
return;
39+
}
40+
this.uiInit = true;
4141
this.lightbox.on('uiRegister', () => {
4242
this.pswp.ui.registerElement({
4343
name: 'fullscreen-button',

0 commit comments

Comments
 (0)