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

revert position -> offset for typeahead position

parent a29e5a9d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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
}) })
......
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