Skip to content

Commit

Permalink
Merge branch 'master' into angular-15
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefarzat committed Jun 15, 2023
2 parents 0b443b9 + 23bb5e8 commit 0d7afbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/plotly/src/lib/plotly-via-cdn.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class PlotlyViaCDNModule {
PlotlyViaCDNModule.plotlyVersion = version;
}

public static setPlotlyBundle(bundle: PlotlyBundleName | null): void {
public static setPlotlyBundle(bundle: PlotlyBundleName): void {
const isOk = bundle === null || PlotlyViaCDNModule.plotlyBundleNames.indexOf(bundle) >= 0;
if (!isOk) {
const names = PlotlyViaCDNModule.plotlyBundleNames.map(n => `"${n}"`).join(', ');
Expand Down

0 comments on commit 0d7afbf

Please sign in to comment.