fix writable being set on accessors

This commit is contained in:
Sebastian McKenzie
2015-01-11 04:55:27 +11:00
parent 24616fa08a
commit 82aa2686f9
8 changed files with 7 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ var Test = (function () {
get: function () {
throw new Error("wow");
},
writable: true,
enumerable: true,
configurable: true
}