From 7319e1865530147a442126be427d38430a188a89 Mon Sep 17 00:00:00 2001 From: Kris Dockter Date: Tue, 21 Jul 2015 18:52:43 -0500 Subject: [PATCH] Use identity operator --- croppic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }