mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed setOptions & tests
This commit is contained in:
@@ -65,4 +65,13 @@ bdo = {
|
||||
|
||||
bootbox.dialog(bdo);
|
||||
|
||||
bootbox.setDefaults({
|
||||
locale: 'en_US',
|
||||
animate: false,
|
||||
backdrop: false,
|
||||
className: 'newClassName',
|
||||
closeButton: true,
|
||||
show: true
|
||||
})
|
||||
|
||||
bootbox.hideAll();
|
||||
Reference in New Issue
Block a user