Skip to content

Commit abd92d9

Browse files
committed
Smallfix on plotly.service.ts
1 parent ff90ab9 commit abd92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/plotly.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type PlotlyName = 'Plotly' | 'ViaCDN' | 'ViaWindow';
1010
export class PlotlyService {
1111
protected static instances: Plotly.PlotlyHTMLElement[] = [];
1212
protected static _plotly?: any = undefined;
13-
protected static _moduleName?: PlotlyName;
13+
protected static _moduleName?: PlotlyName = undefined;
1414

1515
public static setModuleName(moduleName: PlotlyName) {
1616
PlotlyService._moduleName = moduleName;

0 commit comments

Comments
 (0)