Closed GoogleCodeExporter closed 8 years ago
Check that fix. Instead of defining inst above, just pass "that" directly into
the call. IE:
that.settings.beforeShow(elm, that);
I found out that defining inst has a strange side effect later when you have
multiple scrollers on the page.
Original comment by barh...@gmail.com
on 10 Mar 2011 at 3:06
Thanks for the report.
Fixed in rc2 by adding the following row to the show function:
s.beforeShow(elm, this);
This also fixes the other issue you submitted
Original comment by diosla...@gmail.com
on 11 Mar 2011 at 7:51
Original issue reported on code.google.com by
barh...@gmail.com
on 9 Mar 2011 at 11:02