Commit 91d393fd authored by Jacob Thornton's avatar Jacob Thornton
Browse files

change prepend to append

parent 6e8a3bba
Showing with 1 addition and 1 deletion
+1 -1
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
$tip $tip
.remove() .remove()
.css({ top: 0, left: 0, display: 'block' }) .css({ top: 0, left: 0, display: 'block' })
.prependTo(inside ? this.$element : document.body) .appendTo(inside ? this.$element : document.body)
pos = this.getPosition(inside) pos = this.getPosition(inside)
......
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