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

IE8 bug fix #140

Merged
merged 1 commit into from
Dec 14, 2013
Merged

IE8 bug fix #140

merged 1 commit into from
Dec 14, 2013

Conversation

scatcher
Copy link
Contributor

class is a reserved ECMAScript keyword that causes IE to throw an error. Putting quotes around the property fixes the issue.

http://stackoverflow.com/questions/14323586/ie8-errors-when-defining-a-javascript-object

class is a reserved ECMAScript keyword that causes IE to throw an error.  Putting quotes around the property fixes the issue.

http://stackoverflow.com/questions/14323586/ie8-errors-when-defining-a-javascript-object
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f13b3a1 on scatcher:patch-1 into * on esvit:master*.

esvit added a commit that referenced this pull request Dec 14, 2013
@esvit esvit merged commit f7c0ee7 into esvit:master Dec 14, 2013
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