diff options
| author | Jacob Thornton <[email protected]> | 2012-04-25 22:14:39 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-25 22:14:39 -0700 |
| commit | fc509e14b24fedde3fa6179b89ab2210a5630788 (patch) | |
| tree | cb464ca1c6f2c6523cb07bc89260d7034c0a117c | |
| parent | a29e5a9dd69f09b39b74f31e8131b7d9e633e9a1 (diff) | |
| download | bootstrap-fc509e14b24fedde3fa6179b89ab2210a5630788.tar.xz bootstrap-fc509e14b24fedde3fa6179b89ab2210a5630788.zip | |
revert position -> offset for typeahead position
| -rw-r--r-- | js/bootstrap-typeahead.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js index ada0526f9..95a0fcdb7 100644 --- a/js/bootstrap-typeahead.js +++ b/js/bootstrap-typeahead.js @@ -56,7 +56,7 @@ } , show: function () { - var pos = $.extend({}, this.$element.position(), { + var pos = $.extend({}, this.$element.offset(), { height: this.$element[0].offsetHeight }) |
