Skip to content

Commit 89784ee

Browse files
committed
Use identity operator
1 parent 2d0ea80 commit 89784ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

croppic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
});
427427
}
428428

429-
if(that.options.cropControlResetBtn == true) {
429+
if(that.options.cropControlResetBtn === true) {
430430
myControls += cropControlReset;
431431
}
432432

0 commit comments

Comments
 (0)