diff --git a/src/modal/modal.js b/src/modal/modal.js index fc64afe0..2fdca3d8 100644 --- a/src/modal/modal.js +++ b/src/modal/modal.js @@ -275,7 +275,7 @@ function Modal(api) } // Undelegate focus handler - docBody.undelegate('*', 'focusin'+namespace); + docBody.unbind('focusin'+namespace); } // Remove bound events