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

Generates error in IE8 (Object doesn't support this action) #3

Open
stretford-end opened this issue Oct 17, 2013 · 2 comments
Open

Comments

@stretford-end
Copy link

Object.defineProperty apparently has some quirks in IE8 and this causes this code to fail.

@dotnetwise
Copy link
Owner

That's correct and it's not really possible to shim it the EcmaScript 5 way (non-enumerable property).
However I have tried to add an work-around so that both namespace and Enum to properly work outside VS2012.

@dotnetwise
Copy link
Owner

Please let me know if this is good enough and I'll publish it to nuget.

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

2 participants