Skip to content

Commit 43a2a2d

Browse files
committed
Convert tabs to spaces.
1 parent c1d24f6 commit 43a2a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/util/Zoomy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,12 @@ var Zoomy = {
310310
} else {
311311
this.image.zoom = zoom;
312312
}
313-
313+
314314
if (this.image.zoom < this.image.minZoom) {
315315
this.image.zoom = this.image.minZoom;
316316
}
317317

318-
// prevent infinite zoom
318+
// prevent infinite zoom
319319
if (this.image.zoom > 10) {
320320
this.image.zoom = 10;
321321
}

0 commit comments

Comments
 (0)