Skip to content

Commit

Permalink
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 5, 2012
2 parents bc4ecd9 + 9341bb7 commit df8e3c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ test:
kill -9 `cat js/tests/pid.txt`
rm js/tests/pid.txt

#
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
#

clean:
rm -r bootstrap

#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required
Expand Down
2 changes: 1 addition & 1 deletion js/bootstrap-typeahead.js
Original file line number Diff line number Diff line change
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 df8e3c6

Please sign in to comment.