From: Dave Methvin Date: Fri, 22 Jun 2012 20:21:09 +0000 (-0400) Subject: Add a semicolon in unit test; this pull predated lint mandate. X-Git-Tag: 1.8b2~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4df3aaeab3f5c1f54d7564fe9973f6bf35664265;p=jquery.git Add a semicolon in unit test; this pull predated lint mandate. --- diff --git a/test/unit/event.js b/test/unit/event.js index 401d3e9bf..a6ee455fb 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -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() {