mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3510 from xt0rted/bootbox-fix
Add missing semicolons
This commit is contained in:
Vendored
+2
-2
@@ -26,8 +26,8 @@ interface BootboxButton {
|
||||
}
|
||||
|
||||
interface BootboxDialogOptions {
|
||||
message: string | Element
|
||||
title?: string | Element
|
||||
message: string | Element;
|
||||
title?: string | Element;
|
||||
callback?: (result: boolean) => any;
|
||||
show?: boolean;
|
||||
onEscape?: () => any;
|
||||
|
||||
Reference in New Issue
Block a user