Removed all window.unload event handlers. This kind of fixes #200

This commit is contained in:
Peter 'Pita' Martischka 2012-02-27 17:33:27 +01:00
parent 0c77052698
commit d00be5b817
3 changed files with 14 additions and 22 deletions

View file

@ -4654,7 +4654,6 @@ function Ace2Inner(){
function bindTheEventHandlers()
{
bindEventHandler(window, "unload", teardown);
bindEventHandler(document, "keydown", handleKeyEvent);
bindEventHandler(document, "keypress", handleKeyEvent);
bindEventHandler(document, "keyup", handleKeyEvent);