Missing semicolon.

This commit is contained in:
Dave Methvin
2012-10-21 20:19:51 -04:00
parent 696c553053
commit d0015ecd2f

View File

@@ -1430,7 +1430,7 @@ if ( window.onbeforeunload === null ) {
if ( !fired ) {
jQuery( win ).trigger("beforeunload");
}
})
});
win.onbeforeunload = null;