mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 14:34:43 +00:00
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
This commit is contained in:
commit
df8e3c6ee3
2 changed files with 8 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
|
|
|||
2
js/bootstrap-typeahead.js
vendored
2
js/bootstrap-typeahead.js
vendored
|
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue