aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-25 22:15:39 -0700
committerJacob Thornton <[email protected]>2012-04-25 22:15:39 -0700
commitffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c (patch)
treefd92bbbb88c57eef724cf04adb875287f4c1f7b7 /docs/assets/js/bootstrap.js
parentfc509e14b24fedde3fa6179b89ab2210a5630788 (diff)
downloadbootstrap-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.js2
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
})