2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

revert position -> offset for typeahead position

This commit is contained in:
Jacob Thornton
2012-04-25 22:14:39 -07:00
parent a29e5a9dd6
commit fc509e14b2
+1 -1
View File
@@ -56,7 +56,7 @@
}
, show: function () {
var pos = $.extend({}, this.$element.position(), {
var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight
})