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

j variable outside of nbl scope #5

Open
MrBad opened this issue Jun 12, 2013 · 1 comment
Open

j variable outside of nbl scope #5

MrBad opened this issue Jun 12, 2013 · 1 comment

Comments

@MrBad
Copy link

MrBad commented Jun 12, 2013

Small issue on line 18 in https://github.com/berklee/nbl/blob/master/nbl.js
is .... i = j = 0, which makes j available globally (window.j in my case).
I suggest to declare it locally ... i = 0, j = 0,

@berklee
Copy link
Owner

berklee commented Jun 18, 2013

You're right. Something to definitely fix in a new version!

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