2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

rebuild with typeahead change

This commit is contained in:
Jacob Thornton
2012-04-25 22:15:39 -07:00
parent fc509e14b2
commit ffb4d9025b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
} }
, show: function () { , show: function () {
var pos = $.extend({}, this.$element.position(), { var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight height: this.$element[0].offsetHeight
}) })
+1 -1
View File
@@ -1595,7 +1595,7 @@
} }
, show: function () { , show: function () {
var pos = $.extend({}, this.$element.position(), { var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight height: this.$element[0].offsetHeight
}) })
+1 -1
View File
File diff suppressed because one or more lines are too long