Skip to content

Commit df8e3c6

Browse files
committed
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
2 parents bc4ecd9 + 9341bb7 commit df8e3c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ test:
5050
kill -9 `cat js/tests/pid.txt`
5151
rm js/tests/pid.txt
5252

53+
#
54+
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
55+
#
56+
57+
clean:
58+
rm -r bootstrap
59+
5360
#
5461
# BUILD SIMPLE BOOTSTRAP DIRECTORY
5562
# recess & uglifyjs are required

js/bootstrap-typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
.on('keypress', $.proxy(this.keypress, this))
175175
.on('keyup', $.proxy(this.keyup, this))
176176

177-
if ($.browser.webkit || $.browser.msie) {
177+
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
178178
this.$element.on('keydown', $.proxy(this.keydown, this))
179179
}
180180

0 commit comments

Comments
 (0)