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

Fixes "ReferenceError: Cannot access 'options' before initialization" #95

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

masylum
Copy link
Contributor

@masylum masylum commented Jun 5, 2024

When using browser mobile emulation, the program crashed because on that scope, we were using options before re-declaring them. It's also less confusing to differentiate both variable names.

When using browser mobile emulation, the program crashed because on that scope, we were using options before re-declaring them. It's also less confusing to differentiate both variable names.
@gildas-lormeau gildas-lormeau merged commit ce2e9a9 into gildas-lormeau:master Jun 5, 2024
@gildas-lormeau
Copy link
Owner

Indeed, it's much better this way. Thank you very much for your contribution.

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.

2 participants