mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Fixed a comma that should've been a semicolon.
This commit is contained in:
2
highcharts/highcharts.d.ts
vendored
2
highcharts/highcharts.d.ts
vendored
@@ -1304,7 +1304,7 @@ interface HighchartsChartOptions3dFrame {
|
||||
* @default 'transparent'
|
||||
* @since 4.0
|
||||
*/
|
||||
color?: string | HighchartsGradient,
|
||||
color?: string | HighchartsGradient;
|
||||
/**
|
||||
* Thickness of the panel.
|
||||
* @default 1
|
||||
|
||||
Reference in New Issue
Block a user