Closed yohsuzuki closed 11 years ago
Added plugin option wrapContent (defaults to true for API compatibility). When false, we do not wrap .tse-content in .tse-scroll-content for when you can ensure that the DOM already has the desired structure.
.tse-content
.tse-scroll-content
+1, we use this at TwitchTV
Nice one - I've merged this pull request into master.
Added plugin option wrapContent (defaults to true for API compatibility). When false, we do not wrap
.tse-content
in.tse-scroll-content
for when you can ensure that the DOM already has the desired structure.