Skip to content

Commit 43a16fa

Browse files
committed
chore: remove extra cast
1 parent 5b485bc commit 43a16fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dialog/dialog-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class MdDialogContainer extends BasePortalHost {
6161
private _elementFocusedBeforeDialogWasOpened: HTMLElement = null;
6262

6363
/** Reference to the global document object. */
64-
private _document: Document|Document;
64+
private _document: Document;
6565

6666
/** The dialog configuration. */
6767
dialogConfig: MdDialogConfig;

0 commit comments

Comments
 (0)