Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid multiple initializations #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gyachuk
Copy link

@gyachuk gyachuk commented Nov 10, 2015

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.

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.
@@ -0,0 +1,2 @@
.idea/*
*.iml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this must be in your global .gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants