-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fix removal of quotes from property names #585
Comments
Right now the quotes if they can be removed from the property names according to ES5, then it will be removed. What version of IE are you targeting? And do you have a sample code snippet (or) the property name which is invalid in IE without quotes? |
@boopathi IE11 and Edge in production have this problem, an example can be seen in this issue: cibernox/ember-power-select#915 |
will be fixed? |
@k-dauda Are you using the |
@j-f1, no I am not using that plugin |
Fixed in #730 |
Quotes on property names are still being stripped in IE in production with v0.1.3 despite this fix: #543
The text was updated successfully, but these errors were encountered: