fredwu / jquery-endless-scroll

Endless/infinite scrolling/pagination.
http://fredwu.github.com/jquery-endless-scroll/
838 stars 176 forks source link

Issue with inner_wrap and the first scroll event #6

Closed ccoloma closed 12 years ago

ccoloma commented 12 years ago

Actually, if 'inner_wrap' does not exist, the script creates it. However, it was forgotten to assign this jquery element after creating it, so 'is_scrollable' is false in the first scroll event (only in this case).