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

Render variables using associative arrays notation #102

Closed
almog opened this issue Nov 4, 2013 · 1 comment
Closed

Render variables using associative arrays notation #102

almog opened this issue Nov 4, 2013 · 1 comment

Comments

@almog
Copy link

almog commented Nov 4, 2013

The cause for a bug that I found in my application under IE8 was as follow:
gon.continue = "Continue"

IE8 treat this 'continue' as a its JS reserved word.
Yes, it's a bad practice to use reserved words such as keys but it can be prevented if instead of dot notation here, it used associative arrays notation.

@ghost
Copy link

ghost commented Mar 31, 2016

Thank you for Issue.

I will think about it.

@ghost ghost closed this as completed Mar 31, 2016
This issue was closed.
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

1 participant