Commit 34b8296f authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent 1f627801
......@@ -409,7 +409,7 @@
// anyOf(allOf(if_schema, then_schema), else_schema)
// and realized by existed rails
if (schema === undefined ||
Object.keys(schema).length === 0) {
Object.keys(schema).length === 0) {
schema = true;
}
if (schema.anyOf !== undefined) {
......
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