fixed setOptions & tests

This commit is contained in:
Kon P
2014-08-28 22:26:00 -07:00
parent 173f4b0841
commit 99e5a01f09
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -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();