Skip to content

Commit 7319e18

Browse files
committed
Use identity operator
1 parent 0974019 commit 7319e18

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
@@ -413,7 +413,7 @@
413413
});
414414
}
415415

416-
if(that.options.cropControlResetBtn == true) {
416+
if(that.options.cropControlResetBtn === true) {
417417
myControls += cropControlReset;
418418
}
419419

0 commit comments

Comments
 (0)