Skip to content

Commit 0c57333

Browse files
committed
fix(deps): get rid of getmdl-select references
1 parent 44b25c1 commit 0c57333

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/app/pages/investigations/investigation-detail/investigation-detail.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class InvestigationDetailComponent extends UpgradableComponent implements
2626
this.investigationsService.getInvestigation(+this.route.snapshot.paramMap.get('id'))
2727
.subscribe((investigation) => {
2828
this.investigation = investigation;
29-
getmdlSelect.init('.getmdl-select');
3029
});
3130
}
3231
}

src/typings.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ declare var module: NodeModule;
33
interface NodeModule {
44
id: string;
55
}
6-
7-
declare var getmdlSelect: {
8-
init: any;
9-
};

0 commit comments

Comments
 (0)