1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-05 21:27:31 +02:00

add some crap

This commit is contained in:
fat
2013-08-17 15:54:42 -07:00
parent 8b5314096f
commit d754e6564d
2 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
}
Dropdown.prototype.keydown = function (e) {
if (!/(9|38|40|27)/.test(e.keyCode)) return
if (!/(38|40|27)/.test(e.keyCode)) return
var $this = $(this)