Skip to content

Commit

Permalink
Release v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RedocBot authored and travis@localhost committed Mar 21, 2016
1 parent 00f93ab commit c03394a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/redoc.js
Expand Up @@ -7675,7 +7675,7 @@ $__System.register('a', ['5', '6', '7', '8', '9'], function (_export) {
var _ApiLogo = ApiLogo;
ApiLogo = RedocComponent({
selector: 'api-logo',
styles: ['\n img{max-height:150px;width:auto;display:inline-block;max-width:100%;padding:0 5px;box-sizing:border-box}\n '],
styles: ['\n img{max-height:150px;width:auto;display:inline-block;max-width:100%;box-sizing:border-box}\n '],
template: '\n <img *ngIf="data.imgUrl" [attr.src]="data.imgUrl" [ngStyle]="{\'background-color\': data.bgColor}">\n '
})(ApiLogo) || ApiLogo;
return ApiLogo;
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 c03394a

Please sign in to comment.