fix typo writable

s/writeable/writable
This commit is contained in:
ahomu
2014-10-13 17:18:56 +09:00
parent 92a7d1bcb9
commit 9f267e54a9
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ var A = function() {
Object.defineProperties(A, {
a: {
writeable: true,
writable: true,
value: function() {}
},