-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Doesnt work in IE8 with shim/shams due to:
Object.defineProperty(PathObjectBinding.prototype, "requestChange", {
get: function () {
var _this = this;
return function (value) {
_this.value = value;
};
},
enumerable: true,
configurable: true
});
Defining accessors (get or set) for non DOM elements is not supported under IE8 and cannot be emulated :(
Metadata
Metadata
Assignees
Labels
No labels