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

changes regarding issue #1992 #2005

Merged
merged 2 commits into from
Apr 24, 2017
Merged

changes regarding issue #1992 #2005

merged 2 commits into from
Apr 24, 2017

Conversation

Beeblerox
Copy link
Member

there are changes regarding item removal in various places

while (filters.length != 0)
filters.pop();

filters = filters.splice(0, filters.length);
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on the conversation in #1992, shouldn't this omit filters = otherwise it would be capturing the removed items?

Copy link
Member Author

Choose a reason for hiding this comment

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

of course. stupid me:)

@MSGhero MSGhero mentioned this pull request Dec 1, 2016
@Beeblerox
Copy link
Member Author

@Gama11 could you review this PS, please?

@MSGhero
Copy link
Member

MSGhero commented Dec 5, 2016

He's probably taking final exams 🙃

Copy link
Contributor

@gamedevsam gamedevsam left a comment

Choose a reason for hiding this comment

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

This looks good, check it in!

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.

4 participants