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

Unused global variables #50

Open
alexcr opened this issue Aug 1, 2012 · 0 comments
Open

Unused global variables #50

alexcr opened this issue Aug 1, 2012 · 0 comments

Comments

@alexcr
Copy link
Member

alexcr commented Aug 1, 2012

Many variables used by the player are incorrectly created as global variables. For example, the patterns used by the Parser and many counter variables used in "for" loops can be accessed from the browser's console.

All these variables should be local variables to improve the player's performance.

@ghost ghost assigned alexcr Aug 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant