Commit 4d3306a1 authored by Boris Kocherov's avatar Boris Kocherov

fix typo

parent 0eeeb847
......@@ -926,7 +926,7 @@
g.props.schema_map["/"] = schema_url;
g.props.schemas[schema_url] = URL
.createObjectURL(new Blob([g.state.schema], {type : 'application/json'}));
queue = expandSchemaForField(g, schema, "/", "/". true);
queue = expandSchemaForField(g, schema, "/", "/", true);
} else {
schema_url = g.state.schema_url ||
(json_document && json_document.$schema);
......
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