Commit 1466aaf2 authored by nanahira's avatar nanahira

typo

parent 18463e0a
......@@ -44,7 +44,7 @@ function applyMixin(
}
const sourceParentClass = Object.getPrototypeOf(sourceClass);
if (sourceParentClass?.prototype) {
applyMixin(sourceParentClass, sourceParentClass, visited);
applyMixin(mixedClass, sourceParentClass, visited);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment