Skip to content

Commit

Permalink
Add a semicolon in unit test; this pull predated lint mandate.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Jun 22, 2012
1 parent 36369ce commit 4df3aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

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.