]> source.dussan.org Git - jquery.git/commitdiff
Add a semicolon in unit test; this pull predated lint mandate.
authorDave Methvin <dave.methvin@gmail.com>
Fri, 22 Jun 2012 20:21:09 +0000 (16:21 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 22 Jun 2012 20:21:09 +0000 (16:21 -0400)
test/unit/event.js

index 401d3e9bf78976aaef75430dae0feecd50176b07..a6ee455fbdb45cc1e87cca3dd41abd1553b3f0af 100644 (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() {