0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

fix typeahead test

This commit is contained in:
Jacob Thornton 2012-04-14 16:32:20 -07:00
parent 575f18aaf4
commit c291e4d786

View File

@ -107,7 +107,7 @@ $(function () {
ok(typeahead.$menu.find('li').first().hasClass('active'), "first item is active") ok(typeahead.$menu.find('li').first().hasClass('active'), "first item is active")
$input.trigger({ $input.trigger({
type: 'keypress' type: 'keydown'
, keyCode: 40 , keyCode: 40
}) })
@ -115,7 +115,7 @@ $(function () {
$input.trigger({ $input.trigger({
type: 'keypress' type: 'keydown'
, keyCode: 38 , keyCode: 38
}) })