aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-18 13:15:13 -0700
committerJacob Thornton <[email protected]>2012-04-18 13:15:13 -0700
commit8f98c4fbf6085e613314892de5da871dce862b34 (patch)
treedae80835ede261d1dbbb5bc56b6a2b976fbdda75 /js
parentf3cf4cbaae8c3b3aaed299b63d1773d85cd7789a (diff)
downloadbootstrap-8f98c4fbf6085e613314892de5da871dce862b34.tar.xz
bootstrap-8f98c4fbf6085e613314892de5da871dce862b34.zip
offset -> position #3088
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-typeahead.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js
index 4c562f753..429ea989b 100644
--- a/js/bootstrap-typeahead.js
+++ b/js/bootstrap-typeahead.js
@@ -56,7 +56,7 @@
}
, show: function () {
- var pos = $.extend({}, this.$element.offset(), {
+ var pos = $.extend({}, this.$element.position(), {
height: this.$element[0].offsetHeight
})