Commit ffb4d902 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

rebuild with typeahead change

parent fc509e14
Showing with 3 additions and 3 deletions
+3 -3
...@@ -56,7 +56,7 @@ ...@@ -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
}) })
......
...@@ -1595,7 +1595,7 @@ ...@@ -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
}) })
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment