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

Avoid name collision in generated javascript #5219

Merged
merged 1 commit into from
May 20, 2023

Conversation

jumapico
Copy link
Contributor

In the rename from jsfFaceletsDebug to faceletsDebug a bug is introduced, due that faceletsDebug is a function already defined. Renaming the function from faceletsDebug to faceletsDebugWindow fixes the bug.

In the rename from `jsfFaceletsDebug` to `faceletsDebug` a bug is
introduced, due that `faceletsDebug` is a function already defined.
Renaming the function from `faceletsDebug` to `faceletsDebugWindow`
fixes the bug.

Signed-off-by: Juan Picca <juan.picca@jumapico.uy>
@BalusC BalusC merged commit 4f95dd3 into eclipse-ee4j:master May 20, 2023
@BalusC
Copy link
Contributor

BalusC commented May 20, 2023

Cherrypicked into 4.0 via eac6048

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

2 participants