fix typo writable
s/writeable/writable
This commit is contained in:
@@ -102,7 +102,7 @@ var buildClassBody = function (body, className, superName, node) {
|
||||
|
||||
if (kind === "") {
|
||||
kind = "value";
|
||||
util.pushMutatorMap(mutatorMap, methodName, "writeable", b.identifier("true"));
|
||||
util.pushMutatorMap(mutatorMap, methodName, "writable", b.identifier("true"));
|
||||
}
|
||||
|
||||
util.pushMutatorMap(mutatorMap, methodName, kind, node);
|
||||
|
||||
Reference in New Issue
Block a user