Skip to content

Commit

Permalink
rebuild with typeahead change
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Apr 26, 2012
1 parent fc509e1 commit ffb4d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

, show: function () {
var pos = $.extend({}, this.$element.position(), {
var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight
})

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
}

, show: function () {
var pos = $.extend({}, this.$element.position(), {
var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight
})

Expand Down
Loading

0 comments on commit ffb4d90

Please sign in to comment.