Skip to content

Commit 37aeba1

Browse files
committed
removed unused src argument in dialog demo
1 parent e766a06 commit 37aeba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/dialog/dialog-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class ContentElementDialog {
115115

116116
constructor(public dialog: MdDialog) { }
117117

118-
showInStackedDialog(src: string) {
118+
showInStackedDialog() {
119119
this.dialog.open(IFrameDialog);
120120
}
121121
}

0 commit comments

Comments
 (0)