Skip to content

Commit

Permalink
fix: fix eslint issue on Cropper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nihey committed Jan 10, 2024
1 parent 91a7e57 commit 59f3994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cropper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 59f3994

Please sign in to comment.