Skip to content
Permalink
Browse files
Add a semicolon in unit test; this pull predated lint mandate.
  • Loading branch information
dmethvin committed Jun 22, 2012
1 parent 36369ce commit 4df3aae
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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() {

1 comment on commit 4df3aae

@gnarf
Copy link
Member

@gnarf gnarf commented on 4df3aae Jun 22, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SORRY!!!! hangs head in shame

Please sign in to comment.