Skip to content

Commit

Permalink
last rebuild before 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Sep 5, 2012
1 parent df8e3c6 commit c52368d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-typeahead.js
Expand Up @@ -174,7 +174,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))
}

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap.js
Expand Up @@ -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))
}

Expand Down

0 comments on commit c52368d

Please sign in to comment.