Strict compile for sql/workbench/services/dialog (#12578)

* Strict compile for sql/workbench/services/dialog

* fix errors
This commit is contained in:
Charles Gagnon
2020-09-23 13:15:59 -07:00
committed by GitHub
parent e1235a7346
commit 4e07685588
8 changed files with 72 additions and 68 deletions

View File

@@ -27,7 +27,7 @@ suite('Dialog Pane Tests', () => {
}
setup(() => {
dialog = new Dialog('test_dialog');
dialog = new Dialog('test_dialog', 'narrow');
container = document.createElement('div');
bootstrapSave = bootstrapAngular;
});