Open GoogleCodeExporter opened 9 years ago
Addition: Object.prototype.defineProperty is the incorrect check, because it's
a static method, not available on Object instances only (which is the prototype
behaviour in native JS data types). So the check should be against
Object.defineProperty.
Original comment by cmarten...@gmail.com
on 26 Sep 2013 at 12:36
Original issue reported on code.google.com by
cmarten...@gmail.com
on 26 Sep 2013 at 12:34