2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rebuild after merge

This commit is contained in:
Mark Otto
2012-09-05 10:04:28 -07:00
parent 5ff5d351bf
commit dfb3175d4b
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1797,7 +1797,7 @@
.on('keypress', $.proxy(this.keypress, this))
.on('keyup', $.proxy(this.keyup, this))
if ($.browser.webkit || $.browser.msie) {
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
this.$element.on('keydown', $.proxy(this.keydown, this))
}