Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Aug 30, 2016
1 parent 66db0de commit c12b9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/core/overlay/overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ $md-backdrop-color: md-color($md-grey, 900);
}

.md-overlay-backdrop.md-overlay-backdrop-showing {
opacity: .48;
opacity: 0.48;
}
2 changes: 1 addition & 1 deletion src/lib/dialog/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('MdDialog', () => {
let config = new MdDialogConfig();
config.viewContainerRef = testViewContainerRef;

let dialogRef = dialog.open(PizzaMsg, config);
dialog.open(PizzaMsg, config);

viewContainerFixture.detectChanges();

Expand Down

0 comments on commit c12b9cd

Please sign in to comment.