Skip to content

Commit

Permalink
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 8, 2013
2 parents 30fd4be + 501aabf commit c4d47fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/assets/js/bootstrap-typeahead.js
Expand Up @@ -329,7 +329,6 @@
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
var $this = $(this)
if ($this.data('typeahead')) return
e.preventDefault()
$this.typeahead($this.data())
})

Expand Down
1 change: 0 additions & 1 deletion docs/assets/js/bootstrap.js
Expand Up @@ -2145,7 +2145,6 @@
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
var $this = $(this)
if ($this.data('typeahead')) return
e.preventDefault()
$this.typeahead($this.data())
})

Expand Down

0 comments on commit c4d47fb

Please sign in to comment.