From 758b028f89457eaef90cf619f5ae43f25cb44cc2 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 19 Jul 2018 07:56:34 -0700 Subject: [PATCH] heatmap.js: Make compatible with ts3.0 (#27393) --- types/heatmap.js/heatmap.js-tests.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/heatmap.js/heatmap.js-tests.ts b/types/heatmap.js/heatmap.js-tests.ts index af0c021b3f..ca1d3ff604 100644 --- a/types/heatmap.js/heatmap.js-tests.ts +++ b/types/heatmap.js/heatmap.js-tests.ts @@ -18,10 +18,7 @@ declare const container: HTMLElement; { // $ExpectError - const config: h337.HeatmapConfiguration = { - container, - valueField: 'foo', - }; + const config: h337.HeatmapConfiguration = { container, valueField: 'foo' }; } {