Commit df8e3c6e authored by Mark Otto's avatar Mark Otto

Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip

parents bc4ecd99 9341bb75
...@@ -50,6 +50,13 @@ test: ...@@ -50,6 +50,13 @@ test:
kill -9 `cat js/tests/pid.txt` kill -9 `cat js/tests/pid.txt`
rm js/tests/pid.txt rm js/tests/pid.txt
#
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
#
clean:
rm -r bootstrap
# #
# BUILD SIMPLE BOOTSTRAP DIRECTORY # BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required # recess & uglifyjs are required
......
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
.on('keypress', $.proxy(this.keypress, this)) .on('keypress', $.proxy(this.keypress, this))
.on('keyup', $.proxy(this.keyup, 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)) this.$element.on('keydown', $.proxy(this.keydown, this))
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment