Skip to content

Commit

Permalink
[clientapp] remove unwanted line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyotsnarajan committed Nov 22, 2024
1 parent 65e67ab commit 2a4e8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipol_demo/clientApp/js/demo.editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function displayCrop($img){
}

function setNaturalZoom() {
// $("#editor-blob-left").cropper('zoomTo', 1);
var imageData = $("#editor-blob-left").cropper("getImageData");
var containerData = $("#editor-blob-left").cropper("getContainerData");

Expand Down

0 comments on commit 2a4e8fc

Please sign in to comment.