Commit 088946da authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent e51a0e05
...@@ -378,9 +378,8 @@ ...@@ -378,9 +378,8 @@
if (schema_arr.length === 1) { if (schema_arr.length === 1) {
if (schema_arr[0].type instanceof Array) { if (schema_arr[0].type instanceof Array) {
return schema_arr[0].type.length <= 1; return schema_arr[0].type.length <= 1;
} else {
return true;
} }
return true;
} }
return false; return false;
} }
......
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