mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 18:48:19 -05:00
Missing semicolon.
This commit is contained in:
@@ -1430,7 +1430,7 @@ if ( window.onbeforeunload === null ) {
|
||||
if ( !fired ) {
|
||||
jQuery( win ).trigger("beforeunload");
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
win.onbeforeunload = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user