fix typo writable
s/writeable/writable
This commit is contained in:
@@ -3,7 +3,7 @@ var A = function() {
|
||||
|
||||
Object.defineProperties(A, {
|
||||
a: {
|
||||
writeable: true,
|
||||
writable: true,
|
||||
value: function() {}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user