Skip to content

Commit

Permalink
Autocomplete tests: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Nov 1, 2011
1 parent e31adf0 commit 63d1cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/autocomplete/autocomplete_events.js
Expand Up @@ -56,7 +56,7 @@ $.each([
},
change: function( event, ui ) {
equal( event.originalEvent.type, "blur", "change originalEvent" );
deepEqual( ui.item, { label: "Java", value: "Java" }, "chnage ui.item" );
deepEqual( ui.item, { label: "Java", value: "Java" }, "change ui.item" );
ok( menu.is( ":hidden" ), "menu closed on change" );
start();
}
Expand Down

0 comments on commit 63d1cbc

Please sign in to comment.