From 09ceaf7b745f6db1a2ef594a7dcbb3813bbdafb1 Mon Sep 17 00:00:00 2001 From: Dusan Rostar Date: Mon, 3 Dec 2018 13:07:30 +0100 Subject: [PATCH] fixing casting problem after Travis build failed --- types/ckeditor/v2/ckeditor-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ckeditor/v2/ckeditor-tests.ts b/types/ckeditor/v2/ckeditor-tests.ts index ce93c75eba..3407a07501 100644 --- a/types/ckeditor/v2/ckeditor-tests.ts +++ b/types/ckeditor/v2/ckeditor-tests.ts @@ -337,7 +337,7 @@ function test_adding_dialog_by_definition() { { id: 'tab-basic', label: 'Basic Settings', - elements: [] + elements: [] as any[] }, { id: 'tab-adv',