diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index ccabd56d1..d23229156 100644 --- a/core/modules/utils/dom/modal.js +++ b/core/modules/utils/dom/modal.js @@ -28,7 +28,7 @@ Modal.prototype.display = function(title) { }); wrapper.addEventListener("tw-close",function(event) { document.body.removeChild(wrapper); - event.stopPropogation(); + event.stopPropagation(); return false; },false); document.body.appendChild(wrapper);