Skip to content

Commit

Permalink
remove private from _focusTrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Nov 16, 2016
1 parent 7839b8f commit af967cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sidenav/sidenav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class MdDuplicatedSidenavError extends MdError {
encapsulation: ViewEncapsulation.None,
})
export class MdSidenav implements AfterContentInit {
@ViewChild(FocusTrap) private _focusTrap: FocusTrap;
@ViewChild(FocusTrap) _focusTrap: FocusTrap;

/** Alignment of the sidenav (direction neutral); whether 'start' or 'end'. */
private _align: 'start' | 'end' = 'start';
Expand Down

0 comments on commit af967cb

Please sign in to comment.