Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.1.0-wip' into 2.1.1-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rossj committed Aug 28, 2012
2 parents 545edf5 + 66ad3d6 commit b5373d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit b5373d8

Please sign in to comment.