Commit 1a7763cd authored by Boris Kocherov's avatar Boris Kocherov

add comment line

parent 3ab82e9c
......@@ -362,6 +362,7 @@
x = {};
} else if (!doesntcopy) {
x = JSON.parse(JSON.stringify(x));
// cleanup already walked schema variations
if (x.anyOf) {
delete x.anyOf;
}
......
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