Merge pull request #8688 from trodi/bootbox

allow importing bootbox as a module
This commit is contained in:
Masahiro Wakame
2016-03-26 22:37:59 +09:00
+4
View File
@@ -98,3 +98,7 @@ interface BootboxStatic {
}
declare var bootbox: BootboxStatic;
declare module "bootbox" {
export = bootbox;
}