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 5b485bc commit 43a16faCopy full SHA for 43a16fa
src/lib/dialog/dialog-container.ts
@@ -61,7 +61,7 @@ export class MdDialogContainer extends BasePortalHost {
61
private _elementFocusedBeforeDialogWasOpened: HTMLElement = null;
62
63
/** Reference to the global document object. */
64
- private _document: Document|Document;
+ private _document: Document;
65
66
/** The dialog configuration. */
67
dialogConfig: MdDialogConfig;
0 commit comments