1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fixed typo

This commit is contained in:
Jeremy Ruston 2012-07-15 23:07:07 +01:00
parent a7dd86b52a
commit f97c6b6c25

View File

@ -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);