mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fixing casting problem after Travis build failed
This commit is contained in:
@@ -337,7 +337,7 @@ function test_adding_dialog_by_definition() {
|
||||
{
|
||||
id: 'tab-basic',
|
||||
label: 'Basic Settings',
|
||||
elements: <any[]> []
|
||||
elements: [] as any[]
|
||||
},
|
||||
{
|
||||
id: 'tab-adv',
|
||||
|
||||
Reference in New Issue
Block a user