Closed paulirish closed 11 years ago
Screenshot?
I think it`s because defineSetters defineGetters is not supported in IE10. Could probably be replaced with Object.defineProperty(obj, 'property', { get: function() { return 'value'; }, set: function(value) { // set-logic } });
I`ll try this would be too cool to get this working in IE 10!
Believe this is fixed now with all the PRs. Thanks again. Holler if it's not.
I tried it on browserstack. Got an exception. typical IE. :trollface: