Skip to content

Commit

Permalink
Release v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RedocBot authored and travis@localhost committed Apr 28, 2016
1 parent 89619e1 commit 8e9f6c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions dist/redoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57771,16 +57771,16 @@ $__System.register('d', ['5', '7', '8', '9', '11', '16', '95', '211', 'a', 'f'],
}
return propertySchema;
});
if (this.skipReadOnly) {
props = props.filter(function (prop) {
return !prop.readOnly;
});
}
// Move discriminator field to the end of properties list
if (discriminatorFieldIdx > -1) {
var discrProp = props.splice(discriminatorFieldIdx, 1);
props.push(discrProp[0]);
}
if (this.skipReadOnly) {
props = props.filter(function (prop) {
return !prop.readOnly;
});
}
schema.properties = props;
}
}], [{
Expand Down
2 changes: 1 addition & 1 deletion dist/redoc.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/redoc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/redoc.min.js.map

Large diffs are not rendered by default.

0 comments on commit 8e9f6c7

Please sign in to comment.