From 44e59e2c8d3c58bd57a77bbfe662386c36d7ab8e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 5 Apr 2017 18:11:57 +0300 Subject: [PATCH] fixing typo... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/overlay.js b/ui (gen4)/lib/widget/overlay.js index 07df043c..9d986288 100755 --- a/ui (gen4)/lib/widget/overlay.js +++ b/ui (gen4)/lib/widget/overlay.js @@ -101,7 +101,7 @@ var OverlayPrototype = { if(that.options.closeOnUnFocusedClick || focused){ that.close('reject') - // don't make the user wait if they really wants to close... + // don't make the user wait if they really want to close... } else { focused = true }