mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Add a semicolon in unit test; this pull predated lint mandate.
This commit is contained in:
@@ -1395,7 +1395,7 @@ test("on(beforeunload) creates/deletes window property instead of adding/removin
|
||||
jQuery(window).off( "beforeunload", handle );
|
||||
|
||||
equal( window.onbeforeunload, null, "window property has been unset to null/undefined" );
|
||||
})
|
||||
});
|
||||
|
||||
test("jQuery.Event( type, props )", function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user