diff options
| author | Jacob Thornton <[email protected]> | 2012-04-18 13:15:13 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-18 13:15:13 -0700 |
| commit | 8f98c4fbf6085e613314892de5da871dce862b34 (patch) | |
| tree | dae80835ede261d1dbbb5bc56b6a2b976fbdda75 /docs/assets/js/bootstrap.js | |
| parent | f3cf4cbaae8c3b3aaed299b63d1773d85cd7789a (diff) | |
| download | bootstrap-8f98c4fbf6085e613314892de5da871dce862b34.tar.xz bootstrap-8f98c4fbf6085e613314892de5da871dce862b34.zip | |
offset -> position #3088
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 abcdbb1e4..c2cc64889 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -1589,7 +1589,7 @@ } , show: function () { - var pos = $.extend({}, this.$element.offset(), { + var pos = $.extend({}, this.$element.position(), { height: this.$element[0].offsetHeight }) |
