diff options
| author | Jacob Thornton <[email protected]> | 2012-09-04 20:44:11 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-04 20:44:11 -0700 |
| commit | c52368d3c5984b28e6a71e5e1240afdd788fc2e6 (patch) | |
| tree | afb05aec8e4efc6933d5c6a00b085b7cffa450bb /docs/assets/js/bootstrap-typeahead.js | |
| parent | df8e3c6ee3716a3fad45bff08fafc29c55967515 (diff) | |
| download | bootstrap-2.1.1.tar.xz bootstrap-2.1.1.zip | |
last rebuild before 2.1.1 releasev2.1.1
Diffstat (limited to 'docs/assets/js/bootstrap-typeahead.js')
| -rw-r--r-- | docs/assets/js/bootstrap-typeahead.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-typeahead.js b/docs/assets/js/bootstrap-typeahead.js index 6ceacd61d..c2ccdea21 100644 --- a/docs/assets/js/bootstrap-typeahead.js +++ b/docs/assets/js/bootstrap-typeahead.js @@ -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)) } |
