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

jslint fix

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