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

Infinite interval in jquery.throttledresize.js #5

Open
MrEd69 opened this issue Jun 26, 2014 · 3 comments
Open

Infinite interval in jquery.throttledresize.js #5

MrEd69 opened this issue Jun 26, 2014 · 3 comments

Comments

@MrEd69
Copy link

MrEd69 commented Jun 26, 2014

Hello, just found out, that the setInterval is called once in jquery.throttledresize.js and clearInterval is never called. So the function is run every 30ms infinitely.
Before it was
$(dummy).animate(
...
$(dummy).stop();
...
);
and now the animate was changed into setInterval, so $(dummy).stop(); should be changed into clearInterval.

@1951FDG
Copy link

1951FDG commented Dec 6, 2014

@MrEd69 How about a pull request?

@MrEd69
Copy link
Author

MrEd69 commented Dec 7, 2014

@1951FDG I have never used git, so I don't know anything about pull, push or anything (I'm using SVN). I am just reporting a bug here.

@1951FDG
Copy link

1951FDG commented Dec 8, 2014

@MrEd69 Ok. If you could share the exact changes, by uploading your modified version, I could fork this repository, commit your changes and do a pull request.

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

No branches or pull requests

2 participants