defaults should be a static member (#14893)

This commit is contained in:
Peter Briers 2017-03-10 08:26:24 +01:00 committed by Mohamed Hegazy
parent 603a182210
commit 389dc0cb77

2
chart.js/index.d.ts vendored
View File

@ -20,7 +20,7 @@ declare class Chart {
getElementsAtEvent: (e: any) => {}[];
getDatasetAtEvent: (e: any) => {}[];
defaults: {
static defaults: {
global: Chart.ChartOptions;
}
}