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 }