diff options
| author | Jacob Thornton <[email protected]> | 2012-04-25 22:15:39 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-25 22:15:39 -0700 |
| commit | ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c (patch) | |
| tree | fd92bbbb88c57eef724cf04adb875287f4c1f7b7 /docs/assets/js/bootstrap.js | |
| parent | fc509e14b24fedde3fa6179b89ab2210a5630788 (diff) | |
| download | bootstrap-ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c.tar.xz bootstrap-ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c.zip | |
rebuild with typeahead change
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 189a620e0..724495410 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -1595,7 +1595,7 @@ } , show: function () { - var pos = $.extend({}, this.$element.position(), { + var pos = $.extend({}, this.$element.offset(), { height: this.$element[0].offsetHeight }) |
