react-binding
react-binding copied to clipboard
Broken in IE8
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 :(
I thinks this isn't bug, just stop support IE8.
sorry, for big delay -> i upgraded browserify to generate react-binding -> try version 0.8.0