Skip to content

Commit

Permalink
NM on the offset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bseth99 committed Oct 25, 2013
1 parent 691bd6e commit 3847b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-ui-scrollable.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
top: this.container.scrollTop(),
left: this.container.scrollLeft()
},
elem = this.element.offset(),
elem = this.element.position(),
ofs = $.extend({}, this.options.offset),
width = this.container.width(),
height = this.container.height(),
Expand Down

0 comments on commit 3847b91

Please sign in to comment.