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) {
...@@ -838,13 +838,13 @@ ...@@ -838,13 +838,13 @@
); );
} }
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)
) )
)) { )) {
used_properties[key] = ""; used_properties[key] = "";
q.push( q.push(
addSubForm.bind(g, { addSubForm.bind(g, {
......
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