author | Markus Lanthaler <mark_lanthaler@gmx.net> |
Thu, 25 Apr 2013 09:43:33 +0200 | |
changeset 1605 | 98c7173a7636 |
parent 1604 | f8892688ee3b |
child 1606 | 653efc343030 |
test-suite/idltest/index.html |
--- a/test-suite/idltest/index.html Thu Apr 25 09:42:04 2013 +0200 +++ b/test-suite/idltest/index.html Thu Apr 25 09:43:33 2013 +0200 @@ -110,9 +110,9 @@ enumerable: false }); Object.defineProperty(JsonLdProcessor.prototype, 'constructor', { - writable: false, + writable: true, enumerable: false, - configurable: false, + configurable: true, value: JsonLdProcessor }); }