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

@@ -14,7 +14,7 @@ var Test = function(Foo) {
Test.__proto__ = Foo;
Object.defineProperties(Test, {
test: {
writeable: true,
writable: true,
value: function() {
return Foo.wow.call(this);