Skip to content

Commit af26b01

Browse files
crisbetojelbourn
authored andcommitted
chore: fix example compilation error (#10049)
Fixes a compilation error in the examples, presumably due to a faulty rebase.
1 parent 1e2b79a commit af26b01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/material-examples/bottom-sheet-overview/bottom-sheet-overview-example.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ export class BottomSheetOverviewExampleSheet {
2828
this.bottomSheetRef.dismiss();
2929
event.preventDefault();
3030
}
31-
32-
openLink(event) {
33-
window.open(event.target.href);
34-
}
3531
}

0 commit comments

Comments
 (0)