From da8e72fb01eb1f69f88f1aa2c19b7d300cb6b2eb Mon Sep 17 00:00:00 2001 From: imilo Date: Mon, 19 Mar 2018 13:11:54 +0200 Subject: [PATCH] Update modal.js --- src/definitions/modules/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/modal.js b/src/definitions/modules/modal.js index fe50d5411..e2aa3ea08 100755 --- a/src/definitions/modules/modal.js +++ b/src/definitions/modules/modal.js @@ -903,7 +903,7 @@ $.fn.modal.settings = { closable : true, autofocus : true, - // whether return focus to the element out of a viewport + // whether to return focus to the element out of a viewport // after the modal window is closed focusInvisible : true,