We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf8407 commit 231f23aCopy full SHA for 231f23a
src/lib/dialog/dialog-container.ts
@@ -68,7 +68,7 @@ export class MdDialogContainer extends BasePortalHost implements OnDestroy {
68
private _elementFocusedBeforeDialogWasOpened: HTMLElement = null;
69
70
/** Reference to the global document object. */
71
- private _document: Document|Document;
+ private _document: Document;
72
73
/** The dialog configuration. */
74
dialogConfig: MdDialogConfig;
0 commit comments