You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Object.defineProperty apparently has some quirks in IE8 and this causes this code to fail.
The text was updated successfully, but these errors were encountered: