Release v0.7.14

This commit is contained in:
RedocBot 2016-04-28 07:32:10 +00:00 committed by travis@localhost
parent 89619e1c2c
commit 8e9f6c740a
4 changed files with 8 additions and 8 deletions

10
dist/redoc.js vendored
View File

@ -57771,16 +57771,16 @@ $__System.register('d', ['5', '7', '8', '9', '11', '16', '95', '211', 'a', 'f'],
} }
return propertySchema; return propertySchema;
}); });
if (this.skipReadOnly) {
props = props.filter(function (prop) {
return !prop.readOnly;
});
}
// Move discriminator field to the end of properties list // Move discriminator field to the end of properties list
if (discriminatorFieldIdx > -1) { if (discriminatorFieldIdx > -1) {
var discrProp = props.splice(discriminatorFieldIdx, 1); var discrProp = props.splice(discriminatorFieldIdx, 1);
props.push(discrProp[0]); props.push(discrProp[0]);
} }
if (this.skipReadOnly) {
props = props.filter(function (prop) {
return !prop.readOnly;
});
}
schema.properties = props; schema.properties = props;
} }
}], [{ }], [{

2
dist/redoc.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/redoc.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long