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