aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/bootstrap-typeahead.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-typeahead.js
parentfc509e14b24fedde3fa6179b89ab2210a5630788 (diff)
downloadbootstrap-ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c.tar.xz
bootstrap-ffb4d9025b7ef3c198558cc71ca3d30cf8c99a1c.zip
rebuild with typeahead change
Diffstat (limited to 'docs/assets/js/bootstrap-typeahead.js')
-rw-r--r--docs/assets/js/bootstrap-typeahead.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-typeahead.js b/docs/assets/js/bootstrap-typeahead.js
index ada0526f9..95a0fcdb7 100644
--- a/docs/assets/js/bootstrap-typeahead.js
+++ b/docs/assets/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
})