Commit 8aa5557a authored by Boris Kocherov's avatar Boris Kocherov

jslint fix

parent fe055761
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
'number', 'number',
'boolean', 'boolean',
'null' 'null'
].indexOf(schema.type) >=0; ].indexOf(schema.type) >= 0;
} }
function convertExpandedProperties2array(properties) { function convertExpandedProperties2array(properties) {
...@@ -839,7 +839,7 @@ ...@@ -839,7 +839,7 @@
} }
if (!used_properties.hasOwnProperty(key) && if (!used_properties.hasOwnProperty(key) &&
(default_dict.hasOwnProperty(key) || (default_dict.hasOwnProperty(key) ||
( !schema_editor && (!schema_editor &&
checkSchemaArrOneChoise(schema_arr) && checkSchemaArrOneChoise(schema_arr) &&
s_o.schema && s_o.schema &&
checkSchemaSimpleType(s_o.schema) checkSchemaSimpleType(s_o.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