1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-01 02:18:02 +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);