Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
louisremi committed Apr 12, 2011
1 parent 01a2b51 commit f19a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/event.js
Expand Up @@ -2070,7 +2070,7 @@ test("window resize", function() {
test("focusin bubbles", function() {
expect(5);

var input = jQuery( '<input type="text" />' ).prependTo( "body" ),
var input = jQuery( "<input type='text' />" ).prependTo( "body" ),
order = 0;

jQuery( "body" ).bind( "focusin.focusinBubblesTest", function(){
Expand Down

0 comments on commit f19a74f

Please sign in to comment.