From 59f3994dd0d77782b7dfb7a44c0a27e5b1f18159 Mon Sep 17 00:00:00 2001 From: Nihey Takizawa Date: Wed, 10 Jan 2024 14:17:49 -0300 Subject: [PATCH] fix: fix eslint issue on Cropper.js --- src/Cropper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cropper.js b/src/Cropper.js index 2ffbaee..49ca765 100644 --- a/src/Cropper.js +++ b/src/Cropper.js @@ -29,7 +29,7 @@ class VideomatikCropper { this.iframe = iframe; this.video = video; this.crops = crops; - this.aspectRatio = aspectRatio + this.aspectRatio = aspectRatio; this.eventEmitter = new EventEmitter();