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

Update Parser.js #298

Closed
wants to merge 1 commit into from
Closed

Update Parser.js #298

wants to merge 1 commit into from

Conversation

sam007mac
Copy link

Functionality is the same, but previous version would break when minified with the Google Closure Compiler.

(it ended up doing the equivalent of var y = z = substr(...), therefore the if statement would always return false)

Functionality is the same, but previous version would break when minified with the Google Closure Compiler.

(it ended up doing the equivalent of "var y = z = substr(...)", therefore the if statement would always return false)
@Andarist
Copy link
Collaborator

Andarist commented Sep 2, 2022

Functionality is the same, but previous version would break when minified with the Google Closure Compiler.

It's probably best to report this issue to that project.

@thysultan thysultan closed this Sep 3, 2022
@sam007mac sam007mac deleted the patch-1 branch September 3, 2022 11:32
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.

None yet

3 participants