aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-06-22 16:21:09 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-06-22 16:21:09 -0400
commit4df3aaeab3f5c1f54d7564fe9973f6bf35664265 (patch)
tree11130c826593f21168aba2ed386cb44d9c16882a /test
parent36369ce50ff276dcf2959add7dc949af83b221c2 (diff)
downloadjquery-4df3aaeab3f5c1f54d7564fe9973f6bf35664265.tar.gz
jquery-4df3aaeab3f5c1f54d7564fe9973f6bf35664265.zip
Add a semicolon in unit test; this pull predated lint mandate.
Diffstat (limited to 'test')
-rw-r--r--test/unit/event.js2
1 files changed, 1 insertions, 1 deletions
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() {