ScrollToFixed icon indicating copy to clipboard operation
ScrollToFixed copied to clipboard

Avoid multiple initializations

Open gyachuk opened this issue 9 years ago • 0 comments

Calling $(elem).scrollToFixed() multiple times on the same elem will cause listeners to be attached on each call. This avoids the multiple listeners, with the downside of being unable to reset options.

I didn't minify because you haven't said what tool you like to use.

gyachuk avatar Nov 10 '15 21:11 gyachuk