From 4df3aaeab3f5c1f54d7564fe9973f6bf35664265 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Fri, 22 Jun 2012 16:21:09 -0400 Subject: [PATCH] Add a semicolon in unit test; this pull predated lint mandate. --- test/unit/event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5