Add a semicolon in unit test; this pull predated lint mandate.

This commit is contained in:
Dave Methvin
2012-06-22 16:21:09 -04:00
parent 36369ce50f
commit 4df3aaeab3

View File

@@ -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() {