fixing typo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-05 18:11:57 +03:00
parent baf062fd03
commit 44e59e2c8d

View File

@ -101,7 +101,7 @@ var OverlayPrototype = {
if(that.options.closeOnUnFocusedClick || focused){ if(that.options.closeOnUnFocusedClick || focused){
that.close('reject') 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 { } else {
focused = true focused = true
} }