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

bars set is recursive #5

Closed
cturbelin opened this issue Feb 25, 2014 · 2 comments
Closed

bars set is recursive #5

cturbelin opened this issue Feb 25, 2014 · 2 comments

Comments

@cturbelin
Copy link

the paper set for bars seems to be recursive
On line 225 :

bars.push(bars);

should probably be :

bars.push(bar);
@cturbelin
Copy link
Author

And thanks for this great lib ;)

@shawnbot
Copy link
Owner

Thanks! I never had a test case for the paper.bars set, so it didn't create any problems for the examples.

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