diff --git a/croppic.js b/croppic.js index eee7f2e..9e554e6 100644 --- a/croppic.js +++ b/croppic.js @@ -413,7 +413,7 @@ }); } - if(that.options.cropControlResetBtn == true) { + if(that.options.cropControlResetBtn === true) { myControls += cropControlReset; }