diff --git a/test/unit/event.js b/test/unit/event.js index 1c95aff38..23624731c 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -1430,7 +1430,7 @@ if ( window.onbeforeunload === null ) { if ( !fired ) { jQuery( win ).trigger("beforeunload"); } - }) + }); win.onbeforeunload = null;